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
Zac RosenbergZac Rosenberg 

Visual Workflow: Creating Choices from a Collection

Hello,

I'm creating a visual workflow and trying to add a dynamic dropdown. Through a loop that looks up records in one field based on parameters passed in the URL, I've saved the values into a collection variable. But I'm having trouble using that collection as my dropdown choices.

Looking at the three choice options:

Choice - Doesn't take collections at all
Dynamic Record Choice - Looks up on a sObj. The problem with this is, my list has pulled from multiple sObj
Picklist Choice - Same as Dynamic Record choice; looks up to a single sObj.

All I want to be able to do is to create a list of choices from a collection. Is this not possible?

Thank you!
James LoghryJames Loghry
This is one of those boundary conditions that Visual flow doesn't support (at least currently).  You're more likely looking at a Visualforce page to display this instead.