Skip to main content

I'm calling an apex class from a screen flow that would return me list of account records. I want to display this list of records and be able to select those records individually in screen flow. Is there a screen flow component that I can use to accomplish this? Based on the records that I selected I want to create records in a related object later in the flow.Any suggestions on this please.

 

#Flow Screen Element #Flow Screen Component #Flow Builder #Screen Flow #Apex Class #Invocable Method

1 respuesta
  1. 3 nov 2021, 11:28

    Hi Sudhir,

     

    It sounds like you would need a picklist component, or a multi-picklist if the user is able to select more than one record.  In order to populate that component, it looks like you would need to store the returned records in a "Choice" resource, then use that resource to populate the picklist options for the user to select. 

0/9000