I ran into an issue where my workflow kept failing because the node expected a string but received an object.
Solution:
- Added a Set node to stringify the JSON
- Verified output in execution logs before mapping
Sharing in case it helps someone else π