Binding list of 'Account' datatypes to a drop down

Binding list of 'Account' datatypes to a drop down

Comments

  • Hi,
    I am binding list of Account datatypes to a dropdown and would like to display in the dropdown the following :

    LastName,FirstName (UserId)

    There is no option to do a Text Merge for the Display Field ?

  • Hi,

    Create a Flow Structure with a Field to store the merge accounts last name , fast name and a field for its Account ID.
    The flow then fetches all accounts and loops through to create the flow structure type and maps that into the dropdown list in the form and then fetches the account afterwards based on the account ID.

    Thank you.

Sign In or Register to comment.