Skipped because set values are the same as in source object.(Error in Pipeline)
I have a pipeline which is supposed to update kanban columns. Am doing a search in the first step which has the filters and then a condition to check if a condition is met with the criteria I have set. When I run it I can see the green tick which make me smile but when I go to the kanban report there is nothing happening. The only message being displayed is " Skipped because set values are the same as in source object."
I've tried even creating a datetime field to use to update the search and update but nothing works. Any remedy for this?
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