Hi there,
I read a few tutorials and thread here. I have done that in other make scenario. But can’t get this one workgin.
Here is the data structure (json) I simplified it.
[
{
“node”: {
“id”: “order_hbCzmpxLwNeJIQKCjWmdP”,
"payments": [
{
"id": "pay_Wh13oi8Av6VExEvdd4b5-",
"_id": 2247331,
"total": 64.4,
"source": {
"payment_gateway": {
"prototype": {
"key": "paypal"
}
}
},
"refunds": [],
"refunded": 0,
"sub_total": 64.4,
"created_at": "a few seconds ago",
"refundable": 64.4,
"discount_snapshot": null,
"price_bundle_snapshot": []
}
],
I want to set a variable with the payments.source.payment_gateway.prototype.key
Here for example I should get the value “paypal”.
I used this formula in a set variable module
But the variable comes back empty.
Any Idear
Thanks