Forum Discussion
Combine Multiple MS Forms into one SharePoint List via Flow
- May 09, 2021
abbeymiles In option 1 it's not a link to a form it's a link to the specific item in the list for them to edit it with their info. In the email action you select the </> code view icon then add the following html code and select Link to item from the dynamic content:
Rob
Los Gallardos
Microsoft Power Automate Community Super User
RobElliott I'm trying to recreate the steps you've outlined under 2 above but can't seem to get the filter query to work, any advice? Error details: The API 'sharepointonline' returned an invalid response for workflow operation 'Get_items' of type 'OpenApiConnection'. Error details: 'The API operation 'GetItems' is missing required property 'body/value/0/Vendor_x0020_Business_x0020_Addr'.'
Tscott64 I'm not sure what you're trying to achieve with the get items action but your filter query is incorrect; you've entered ID eq but then there's some dynamic content from the form. The form doesn't know what the SharePoint list ID is. Are you asking the user to enter the SharePoint list ID into a question in the form?
Rob
Los Gallardos
Microsoft Power Automate Community Super User.
Principal Consultant, SharePoint and Power Platform WSP Global (and classic 1967 Morris Traveller driver)
- Tscott64Jan 13, 2024Copper Contributor
Rob_Elliott Thank you for the reply. The user is entering the ID of the item created in the SharePoint list on an MS Form. I was trying to follow the instructions you listed in this post but must be missing a step: “ …in the email include the ID of the item created in the SharePoint list and ask the manager to enter that into a question in the manager form, for example the question might be "What is the ID?". You would then need a second flow to run when the manager submits their form and get the item from the SharePoint list using a filter query of ID eq 'What is the ID?' (with that question selected from the dynamic content, not typed in), then have an update item action to update that item with the additional details that the manager is completing.”