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!