Skipped because set values are the same as in source object.(Error in Pipeline)
- 13 days ago
I managed to fix it. I was missing the column in the filter step. I know its not a long term fix but for now it solves the problem. I added this filters
"Kanban column is not product name"
This rephrases which column you want the column to be moved to by the pipeline.The pipeline was finding records that already had the correct Kanban column value, so QuickBase skipped the update with "Skipped because set values are the same as in source object" — there was nothing to change.The Fix
By adding the filter "Kanban column is not [product name]" to the Search Records step, the pipeline now only pulls records that are not already in the correct column. This means:
Before the fix → pipeline found all Resurg records including ones already in the right column → skipped them
After the fix → pipeline only finds Resurg records that are sitting in the wrong column → updates them and moves them