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
fresher@salesfresher@sales 

multiple records display?

I have set up filter criteria in Record lookup which return more than 1 record.

is there any way we can display all the records on a screen?

RajaramRajaram

No... As of now, Flow does not support collections. So, this may not be feasible. Are you just trying to show the record info or trying to "process"?

pacochinpacochin

Hi Rajaram,

 

I have seen the posts here stated that currently flow does not support collections. I have similar challenges to display multiple recordset after a lookup.

 

I tried a workaround using dynamic radio button choices to display the records in list of radio buttons, but I can only show one field.

 

What will be ideal is to show a table of child records with muitiple columns.

 

Can I write apex code to accompolish this ?

 

Need your advise.

thks

JHobbs85JHobbs85

Did you ever find a solution for this? Have a very similar use case where need to retrieve existing records and present to user in a grid for editing/create more... This needs to happen across a few different objects in the flow and need to know whether this is achievable with a combination of Flow/VF Pages