Forum Discussion
JenBlack
3 years agoQrew Member
I'm not sure if this will help but for all of my pipelines, I end up turning my record ID field into an integer in the pipeline Query step by adding "|int" into the field as seen below. SS also provided. Not sure if that will help but I've never had any issues with pipelines on the record ID side with this trick.
{{a.id|int}}
------------------------------
Jen Black
------------------------------
{{a.id|int}}
------------------------------
Jen Black
------------------------------
EdwardHefter
3 years agoQrew Cadet
Thanks Jen,
It's a good idea and it's worked for me in the past, but it didn't work this time. It seems like the pipeline is actually trying to put the text "{{e.id}}" or "{{e.id|int}}" into the number field, rather than the record number itself. I'll upload pix in response to Prashant's post.
------------------------------
Edward Hefter
www.Sutubra.com
------------------------------
It's a good idea and it's worked for me in the past, but it didn't work this time. It seems like the pipeline is actually trying to put the text "{{e.id}}" or "{{e.id|int}}" into the number field, rather than the record number itself. I'll upload pix in response to Prashant's post.
------------------------------
Edward Hefter
www.Sutubra.com
------------------------------