Oct 19 2021 05:37 AM
Hi Community
I need to pull some contact details (Name, Phone, Email) from SharePoint List A (which contains approx 2K records) into List B.
List B is then used as a "tracker" to validate the contacts are still most up to date.
I have a Customer Ref number column which is unique to each Customer and exists in both lists so assume that can be used to ensure my case created in List B pulls the correct contacts from List A, but I'm unsure how to implement?
I've tried this in InfoPath which I find easier but I hit limit restrictions when it tries to run the query, probably because list A is quite large and the admins have some limit set.
So my questions are how best to implement this in Power Automate?
I just want it to run once when the "case" is created in List B they will enter some values and the Customer Ref, then in the background it should just run and populate the contact details so users don't have to look them up and enter them.
Thanks!
Oct 19 2021 05:21 PM
Hello @markikav1955,
For all new items created in List A, you could create a simple Flow that would copy the required values to List B using the When a new item is created trigger.
For multiple records with conditions in List A, you could create a Scheduled Flow with the SharePoint Get items action.
Let me know if you need help with any of this.
Norm
Oct 20 2021 11:00 PM
Oct 21 2021 06:54 AM
Oct 22 2021 02:57 AM
Oct 22 2021 03:00 AM
Oct 22 2021 03:47 AM
Oct 24 2021 11:22 AM
Hi @markikav1955,
I would look at having two Flow:
The Sync would look for blank entries in List B and populated contact values in List A. If you simplify the tasks it will make this more approachable.
I hope this helps.
Norm
Oct 28 2021 01:55 AM