Hi, I am trying to transform text sms income field into a boolean but its not transforming photos attached




Can you paste in the relevant nodes?

From a glance, it looks like you may need to cast the income part of the JSON as well

income: Boolean(parsed.income),

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.