Dynamic Array Names

Has anyone had an experience with a dynamic Array name? I’m working with an API (Juvonno) that seems to put the Calendar Availabilities for a specific day into an array with that date. When you place the initial call, you add a query for the date you’re interested in. The response array name varies based on the date requested. Any idea how to target it? I’ve tried manually building the variable name as a string {{60.slots.‘2023-07-18’}} and I’ve tried Set/Get Variable, but may not have the right approach!

Screenshot 2023-07-17 at 3.02.01 PM

Did you try the “get()” function by any chance?

{{get(60.slots; "2023-08-04")}}

2 Likes

You are a GENIUS! THANK YOU!!!

2 Likes