Dynamically Assign a user to a User Variable

How can I take a value either emailID , Name something and create a User Variable dynamically?

Thanks

Anthony

Write a data action that accepts the email id or name, and returns the email address of the user you want to use. Use the Call Data Action in the flow to execute your data action, then use the FindUser expression to turn the email addresss into a User variable.

image

This is Inbound Call flow. That method is only accessible from email flow.

In that case use the parallel arrays approach.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.