Hello! I am am struggling to figure out how to update a SharePoint list via multiple forms.
I have 3 forms, which a user has to submit depending where they are within a training course. All forms will have a "User ID" in them that are unique to each user and is used to identify them on our systems. The User will insert this number into the forms.
I have assumed that you need separate flows for each form, but I want the SharePoint list to be added to with each form submission - so other Columns are completed, and none overwritten.
- Flow 1 > make SharePoint row and populate with form 1 details into columns
- Flow 2 > add Form 2 into SharePoint row that matches same user ID in row and form - how do i find the row then add details
- Flow 3 > same as Flow 2 but with form 3 details