I want to use the response to that webhook in a subsequent call API step.
I need to use a JSON query to get a value from the webhook response and then use that in my API call.
I then need to store that response in my table.
Is that possible? It doesn’t look like I can do it.
haha, oops! Sorry, my bad - there is no such thing. I must have had Make in my head (which does have a JSON Parse module).
It does look correct, yes.
But why are you targeting the Add Row step with the Query JSON?
I think that’s where the problem is - the Add Row will be returning a RowID value, and that certainly isn’t valid JSON.
You need to target the Call API step.
What I’m stuck on his how to store that value from the Response Body in my row. Row is – and I can’t select a row (I actually want to specify a column to set the values).