Finalize Flow Retrieving File ID from Email Address
Make sure your flow works as expected, and debug if necessary. Learn more about testing or troubleshooting with the Flow Builder debugger.
- On Salesforce, go to the Contacts tab.
- Click New Contact.
- Enter minimal details (only an email address is required).
- Attach a bank statement.
- Click Save.
-
Return to Flow Builder.
-
Click the Debug button.
-
Input Parameters:
- Only populate:
contact_emailparameter. - Enter the same email address used when you created the contact on step 1.
- Only populate:
-
Click Run.
Confirm the flow runs successfully by checking the debug interface.
-
Confirm that the flow execution completes without errors, and that it retrieves the Document ID correctly.
-
Confirm that given an email address, the flow:
- finds the contact record
- retrieves the contact ID
- looks up the content document
- returns the document ID
Continue to create additional actions for the agent to use with this document ID: Create additional actions for the agent to use with this document ID.