Hi All,
I am trying to work on the request data in a downstream Python code zapier snippet. In the payload of webhook trigger, json comes as
{“K1”:”V1”, “K2”:{“K21”: “V2”, “K22”, “V3”}}.
Want to work on the entire value of key “K2” of payload, that is
{“K21”: “V2”, “K22”, “V3”}
. But in the input data of ‘Setup action part’ in ‘Python code action’ there is no option for “K2”, the options are “K2 K21”, “K2 K22”. How to solve this.
Attaching screenshots for reference