Auto populate Fields on Form
Comments
-
I am trying to have the user enter information within the form (email address) and then have a flow run to populate the rest of the fields in the form based off of the email address that was entered. Example: User enters email address and then the First Name, Last Name, and ID populate for the user within the form.
-
You are going to need a data flow within your form. Refer to the following documentation for instructions on how to setup a data flow.
https://documentation.decisions.com/docs/using-flow-data-formIn the data flow step you will want to:
[ul][li]Input “Email” on start step[/li][li]Use a fetch entities step with fetch criteria equal to Email [/li][li]Add Outputs: First Name, Last Name, and ID to end step[/li][li]Map appropriate entity results to outputs[/li][/ul]