Pipeline message-Skipped because set values are the same as in source object.
I have a quickbase we will call it Network that has a connected table to another quickbase that we will call Escalations. On the connected table in the Network QB, i have two added fields that reps update in the Network QB. I then want to send the data in those two fields back to the Escalations QB. The fields in the Escalations QB have the same name.
I created a pipeline who's trigger is when one of those fields in the Network QB is updated. My next step is search record query on the Escalations QB and it pulls back the record where the Escalation QB record id matches the Network Escalation record id. Next step is the loop and the final step is an update record. The record to be updated is the search record. I pull in the fields to be updated and do the matching. The pipeline ran with no errors but the record from the Escalation QB did not update. On the activity I see on the update record step, it gives me this, "Skipped because set values are the same as in source object.".
What have I done wrong?
Thanks