Skip to main content
Zachariah Rosenberg 님이 #Flow에 질문했습니다
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!
답변 1개
  1. 2015년 12월 4일 오후 8:56
    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.
0/9000