Hi
I've created a flow so that every time an MS Form is submitted the flow either creates a new List entry or if the item already exists update it. Creating a new entry seems to work fine, issues arise when trying to update an existing entry.
On the MS form- I've used the setting to allow uses to save the form and update the contents and resubmit. The part on the Form works fine but it does not update the existing entry in the list.
Any help appreciated!
Set variable expression: sub(int(triggerOutputs()?['body/resourceData/responseId']), 1)
Set variable 1: @{concat('FORMS LINK', variables('responseID'))}
Compose:
concat('https://forms.office.com/pages/designpagev2.aspx?lang=en-US&subpage=design&id=FORMID=true&tab=0&topview=SurveyResults&ridx=', variables('responseID'))