Currently building a private integration where data extraction is performed
Screenshot
Problem is from step 3 to step 4, I tried to line-itemize a `,1` line item output from 3, with config as below
Note this `,1` means empty `` for product A, `1` for product B
When testing, it converted into `productA: 1; productB: none` instead
Here’s the bug - if I manually input `,1`, it works as expected
Does anyone know how do I fix this? Should I avoid using Zapier line-itemizer and create my own with string manipulation?
Thanks a lot!