-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Hello, when I make an HTTP request I obtain something link this:
"http_response_body": "{\"email\":\"[email protected]\",\"id\":1574,\"emailBlacklisted\":true,\"smsBlacklisted\":false,\"createdAt\":\"2021-11-15T16:23:16.200-03:00\",\"modifiedAt\":\"2024-10-14T19:08:51.594-03:00\",\"attributes\":{\"WC_LAST_30_DAYS_CA\":0,\"WC_CA_USER\":2700,\"WC_ORDER_TOTAL\":1},\"ORDER_PRICE\":2700}]}}"
What should I do if I want to use the variable "id" for the following step?
The only options available are these:
http_response_status_code http_response_status_message http_response_body
But what I need is a field like {http_response_body.id}
Metadata
Metadata
Assignees
Labels
No labels