Oct 11 2019
08:34 AM
- last edited on
Aug 06 2023
04:54 PM
by
TechCommunityAP
Oct 11 2019
08:34 AM
- last edited on
Aug 06 2023
04:54 PM
by
TechCommunityAP
Hello,
I have a situation where a salesperson within our organisation requests a Form be emailed to one of their customers by providing the customer email via a PowerApp. This creates a record in SharePoint and Flow then emails the customer a link to complete an MS Form. Once the Form is complete I want to store the values in SharePoint. How would I identify the SharePoint record that needs to be updated? I see there is no way to send the form with a pre-populated field (say customer email address) which could be used as an identifier when the form returns.
Any ideas?
Thanks,
Colin
Oct 12 2019 05:56 AM - edited Oct 12 2019 05:58 AM
SolutionHi Colin @Colin2307, the way to do this is to include the ID number of the item in the SharePoint list in your email. The client then needs to add this number into a required question in the form. A second flow then runs when they submit the form and updates the record based on the ID number.
Images of the different steps are below. Hope it helps.
Rob
Los Gallardos
Microsoft Flow Community Super User
1-Flow to send initial email
2-Initital SharePoint kist item
3-Email received by the customer with ID
4-Form customer completes including ID from email
5-Flow to update list item based on ID
6-Updated list item
Oct 12 2019 06:02 AM