setVariable('myVar', value)
setVariable('myVar', `${value}`)
let button_options = [{{button_option_1}},{{button_option_2}}] setVariable("button_options", button_options)
{ "statusCode": 200, "data": { "data": { "slots": { "2024-10-28": [ { "time": "2024-10-28T15:00:00.000Z" }, { "time": "2024-10-28T15:30:00.000Z" }, { "time": "2024-10-28T16:00:00.000Z" }, { "time": "2024-10-28T16:30:00.000Z" } ], "2024-10-29": [ { "time": "2024-10-29T15:00:00.000Z" }, { "time": "2024-10-29T15:30:00.000Z" }, { "time": "2024-10-29T16:00:00.000Z" }, { "time": "2024-10-29T16:30:00.000Z" } ] } }, "status": "success" } }
$.data.data.slots.*.time ˋˋ
(or rather: ˋˋ data.data.slots.*.time ˋˋ
) see if it works otherwise take data.data.slots and ask ChatGPT how to sort it out in the script block with what I told you before so remind it that to import a variable you do …