HI all, I’m making a switch from Integromat and Zapier to n8n. Loving it so far, but have hit a snag with a webhook data parse. It’s no problem in Zapier and Integromat, but just can’t seem to nail it in n8n.
Thanks @mcnaveen Raw Body is checked in the webhook but i can’t access the rawRequest information “rawRequest”: “{“slug”:“submit/213318132355044/”,“q7_baserowId”:”",“q3_firstName3”:“wwww”,“q4_lastName”:“wwwww”,“q6_notes”:“wwwww”,“event_id”:“1638243939805_213318132355044_zUUWwTb”}"
as line items for some reason. In Integromat there is a ‘parse JSON’ module, is there something similar in n8n?
In the Set node, I added a new string with the same name as the rawRequest field to overwrite the original value. In value field I am using the expression - {{JSON.parse($json["body"]["rawRequest"])}} which convert the string to JSON.
@harshil1712 Thanks so much!! This worked like a dream. I feel like there should be an easier option to add this ability, but will be saving this for sure. Have a great day
Happy to know that the above solution worked for you! I would really appreciate it if you can create a Feature Request for the same. This way other community members can also share their use cases, and we can develop the node making sure that all use cases are covered