Skip to main content
I am working on a flow that populates a dropdown list with the names of contacts that are associated with the current account. In the flow designer, the list populates just fine in debug mode and the record is created. However, when the flow is activated and added to the page view, none of the contact names populate. Any help would be greatly appreciated.

 

Here is a screenshot of the dropdown list configuration:

 

Dynamic Record Choices Options Not Showing

 

Here is a picture of the dynamic record choice configuration:

 

dynamic record choice config 1User-added image

 

Let me know if there is other info that would be helpful.
5 个回答
  1. 2018年6月29日 20:02
    I figured it out. Thank you Narender for your help. Realized that the syntax was wrong in the URL. Should have read: 

     

    /flow/Update_Request_Case?varCurrentAccount={!Account.Id}

     

    Thank you!
0/9000