function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
anil Kumaranil Kumar 

How to pass multiple record ids as input for Screen Flow

Hi All,

Is it possibe to pass multiple record ids as input for Screen Flow. I have scnario where i need to pass Account and Case record Ids as input.

In the getRecords we can select only One object at a time. We can not secelect two objects to get records. 

Thanks,
Anil Kumar
AbhishekAbhishek (Salesforce Developers) 
Anil,

Your query is answered here,

https://trailblazers.salesforce.com/answers?id=90630000000wkCOAAY

For further reference check this too,

https://succeedwithsalesforce.com/multi-select-and-mass-update-records-in-lightning-list-views-using-flows-visualforce-and-a-list-button/

Let me know if it helps you and close your query by marking it as solved so that it can help others in the future.

Thanks.