Choice Lookup component can be configured now to accept either a single selection or multiple selections (up to 25). Previously, only the Lookup component supported selecting multiple options through a lookup field
How: From the Screen element in Flow Builder, add the Choice Lookup component. For Let Users Select Multiple Options, select Yes. Then, add the relevant choice resources
Example: Build a screen flow that will allow users to assign multiple tasks to various team members
To create the flow with the multiple choices choice lookup component:
- Create a screen flow
- Create a recordId input variable in order to get the Id of the account triggering the flow
- Add a Get element to get all related to the triggering account contacts
- Add a Screen element with:
- A choice lookup component that accept the related contacts as choices and set Yes for Let Users Select Multiple Options
- A choice lookup component that accept all available tasks as choices and set Yes for Let Users Select Multiple Options
- Add two Loop elements that will iterate all selected contacts and all tasks and will create a task for each contact/task combination


