1
It is not possible to cast a Node to a String?
Question asked by Travis Riffle - 3/25/2021 at 9:29 PM
Answered
I am attempting to map an XML file to JSON and receive this error when I try to do the mapping.  I receive it many, many times.  What am I missing? 

1 Reply

Reply to Thread
0
Liquid Support Replied
Employee Post Marked As Answer
A node is a container of values so it has no text value itself and cannot be directly converted to a string. If you provide an example I could suggest a solution, but it is likely you need to connect one of the nodes child values to your string input.

Reply to Thread