I am trying to create a Power Automate flow where edits to List A will make the same updates in List B for attestation purposes. List B has all the same columns as A but with a few extra required columns where site admins must fill out as attestation responsibilities.
My current flow:
- When an item is created or modified in list A
- Condition:
- If list B contains the item -> get item in list B and updates it
- If list B doesn't contain the item -> it creates the item in list
The issue is that the get items connector fails if the item has blank required columns. I have tried using column validation instead but then that will cause the update item connector to fail instead.
I have tried having the Power Automate flow make the column not required, update the item and then make it required again but I believe that will leave too many gaps for the columns to not be required.
Is there a workaround to this where I can make the columns required for the users filling out the form but not for Power Automate?
Thank you