I am banging my head up against a wall here. Been trying to get this simple task to work for days.
I have a Site ONE and a SITE TWO each with a simple Contacts list (All columns are the same).
I want to be able to update a Headquarters (HQ) site, with another contacts list (All columns are the same), when anything is added to or edited from the contacts list on the other two sites.
I have tried a single flow from Site one, and did get the CREATE activity to update the HQ site, but I cannot get it to work with I edit an entry in the Site One site.
I have tried GET ITEM from both the source and master list and then adding a condition that compares the ID (length(body('Get_items')?['value'])) is equal to 0 - but it fails.
Any assistance would be appreciated.