AndrewS
4 years agoQrew Trainee
Pipeline Webhook / JSON path
Hi everybody,
I have a Pipeline with following steps:
1. Webhooks Incoming Request
2. Quickbase Create Record
Response from 1st step is:
body:"{"eventNotifications":[{"realmId":"4620816365171332690","dataChangeEvent":{"entities":[{"name":"Estimate","id":"148","operation":"Update","lastUpdated":"2021-07-12T18:09:32.000Z"}]}}]}"
How can I reach "id" parameter of the body?
{{a.body.eventNotifications.dataChangeEvent.entities.id}}
doesn't work...
------------------------------
Andrew S
------------------------------
I have a Pipeline with following steps:
1. Webhooks Incoming Request
2. Quickbase Create Record
Response from 1st step is:
body:"{"eventNotifications":[{"realmId":"4620816365171332690","dataChangeEvent":{"entities":[{"name":"Estimate","id":"148","operation":"Update","lastUpdated":"2021-07-12T18:09:32.000Z"}]}}]}"
How can I reach "id" parameter of the body?
{{a.body.eventNotifications.dataChangeEvent.entities.id}}
doesn't work...
------------------------------
Andrew S
------------------------------