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 allDynamic Record Choice - Looks up on a sObj. The problem with this is, my list has pulled from multiple sObjPicklist 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!
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.