I have a JSON object:
How do I get the values to pass on to the next step in Pabbly?
JSON:
[
{
"id": 5813007,
"key": "_order_number",
"value": "15370"
},
{
"id": 5813049,
"key": "_stripe_fee",
"value": "1.14"
},
{
"id": 5813050,
"key": "_stripe_net",
"value": "3.54"
},
{
"id": 5813063,
"key": "_wcpdf_invoice_number",
"value": "IV-101033"
}
]
How do I get the values to pass on to the next step in Pabbly?