Forum Discussion

RobertRufli1's avatar
RobertRufli1
Qrew Member
3 years ago

Pipeline Confused why getting Validation error

I am creating 2 simple pipelines that when a record is created in one table it creates the same information in another table and I send the record ID# with the new creation.
Then the seconds takes that record ID# and looks up the original and deletes it. 

But when I try to use the record ID for the lookup step I keep getting a "Validation error: Output fields should be of type integer"

I am confused all fields are same type numeric.  And I have it working in another set of tables but for some reason I cant get it to take.

------------------------------
Robert Rufli
------------------------------

1 Reply

  • you can write the field in pipelines like this {{a.my_field|int}}

    The |int  should force it to an integer

    ------------------------------
    Jeff Peterson
    ------------------------------