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
Salesforce P1Salesforce P1 

List view name as parameter

I have a requirement where a Button on the List view need to behave differenly for different List views on the same object. I am looking at an option of passing the list view name as an input parameter to the flow that gets invoked by the button. Here the challenge is how to pass the List view Name as a parameter to the Flow on button click.


 
InzamamulInzamamul (Salesforce Developers) 
Hello,

Could you please ellaborate here on what exactly are you trying to achieve by passing the List view Name as a parameter to the Flow on button click. May I know what end result are you expecting so that I can help you on this. Meanwhile please check the below article if it helps:

https://help.salesforce.com/s/articleView?id=000386168&type=1

Thank you!
Salesforce P1Salesforce P1
On one of our object , we have multiple list views that are shared to different set of users. We would like to build a common process like a flow which considers only the records that are part of the List view.