Forum Discussion
jwf1081
Sep 14, 2021Copper Contributor
Two SharePoint lists - List 1 (Master) to add/update/delete in List 2 for End User
I would like to set up two SharePoint lists, List 1 will be managed by a team where new entries are added and existing entries are updated. This will link to a separate List 2, which has the most but...
jefmeyer
Sep 14, 2021Iron Contributor
This trigger in Power Automate should work for this, however you'll need to have a "key" of some sort between the two lists, so you can search to see if the item exists in the second list. If it does, you will do an update, if it doesn't you'll need to perform an insert.