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.
Great, glad you got it working.
I just ended up figuring it out. I didn't realize that flow let you pull data to set a custom variable. So I made a flow to collect the ID, set it as a custom variable, and then set that variable as the data for a column in the other list.
How are you saving your data from PowerApps? Submit or Patch? I wonder if you could save to the first list and then grab the ID and then save to the second list with the ID from the first save. This would be done in the same click but 2 or 3 different fuctions. If this is done with flow it could take the ID but how would it know what record to update on the second list.
I will see if I can test this out and respond with some details.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.