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
deepak Chamoladeepak Chamola 

How can i put the list of records i get from GET RECORDS into a picklist in FLOW, as i need to display those get records in a picklist form on Screen.

I need to fetch all unique records from an object and display them on the screen and then on the basis of that selection i need to do the same process for a different object.
Chris EagerChris Eager
Make the variable a "Record Choice Set" and you are done. That works like a Get Records. One thing I have noticed is that this will not work in a for loop in the flow.