I'm looking to build a flow that pulls the following fields out of our HRIS system:
"Employee Id":
"First Name":
"Last Name":
"Work Email":
"Location":
"Department":
"Employment Type":
"Job Role":
"Start Date":
"Reports To":
I have this part built that pulls the data from an HTTP request and is parsed into a JSON array.
I then have a sharepoint list to host this data with the same column headers. What I'm trying to achieve is the best way to compare the two arrays and update only those line items have have different values. i.e. one employee has a job title change so only needs that value updating.
What is the best way to achieve this in powerautomate?