ConorGray
4 months agoQrew Member
Template Error
Validation error: Incorrect template "{{a.wo_id}}". ValueError: invalid literal for int() with base 10: 'wo_id'
I have a pretty simple Pipeline set up that looks at a connected field for two fields both text fields (WOID# and Alert#). Then looks at another table, not connected, for matching WOID# and updates the Alert# on that table. They are both text fields, the values clearly match. But I keep getting the above error. Any suggestions?