Gather User Information with a Get Records Element
Now get the user’s information so the flow can assign privacy settings to the user. If the customer is only signing up for the portal, the flow uses the information they enter. Collect their first and last name, as well as their email address.
- On the flow canvas, on the path after the Start element, click
. Select Get Records. (Watch the Get Records video to learn more.)
- For the label, enter
Get User Info
. The API Name field automatically populates toGet_User_Info
.
- For Get Records of this Object, select User.
- For Condition Requirements, select All Conditions Are Met (AND).
- For Field, select User ID.
- For Operator, select Equals.
- For Value, select LoginFlow_UserId.
- For How Many Records to Store, select Only the first record.
- For How to Store Record Data, select Automatically store all fields.
- Click Save.
Resources