Forum Discussion

Roy-Wanyoike's avatar
Roy-Wanyoike
Qrew Assistant Captain
13 days ago
Solved

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 se...
  • Roy-Wanyoike's avatar
    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