Hi, a Celigo related question. I have a bubble that's trying to create a Fulfilment Event in Shopify. Somehow I can't seem to manipulate the JSON to be accessible to the URI. Can anyone give me a steer?
t
Tyler Lamparter
07/14/2023, 6:36 PM
Switch the AFE toggle on the top left to AFE 2.0
Tyler Lamparter
07/14/2023, 6:37 PM
But also if you have an array, you either need to use {{#each}} handlebar function to loop through it or specify the array position of the field you want to grab. For example, {{record.orders.0.order_id}}