We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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}
The text was updated successfully, but these errors were encountered: