Hi all, I'm struggling with a problem syncing the id ms form response with the uploaded file of the user. I have a cloud flow with two triggers. The first trigger is "when a new response is submitted" and users fill out their form. Since the form is also open to external people, they can't upload their files through the ms form, then I need to insert into the same flow another trigger "When a file is created in OneDrive for Business" and associate the id response with the corresponding file. The issue is that there is no synchronization between id response and uploaded file.
Example:
Let's suppose this chronological order to send the form, for the first trigger, (people fill out the form): Time1 user1 Time2 user3 Time3 user 2, so we have three pending cloud flows. Then let's suppose the following chronological order for sending the file (second trigger): Time 3 user3 Time4 user2 Time5 user1 The final result will be: User3 has first sent a file, but it will be associated to the form response Id of the user2 instead of user3 !
Any tip/help is appreciated!
Thanks
PS: I also uploaded a picture to make clearer what I mean