Hello,
I am looking to transfer the item ID from one SharePoint List to another SharePoint list in a separate column, based on the submission from a powerapps form. The process goes like this:
1. User submits Powerapps form
2. Data set 1 goes to visitor list and data set 2 goes to data list
I want to take the autogenerated item ID from the visitor list and place it into the entry for the corresponding item in the data list. I can't just use the autogenerated ID from the data list, as users will re-submit their visitor ID for new entries on the data list. Any idea how I could do this? Flow seems to be the best way, but I am new to working with Flow.