Cr4shBarcodeC
Voiceflow6mo ago
1 reply
Cr4shBarcode

Best Way to List Multiple Responses (If They Exist) After API Call to Appointment Scheduler?

Currently working with Acuity Scheduling platform. After a GET request to fetch currently booked appointments for the user, the date and time of each appointment is listed as response.[i].date and response.[i].time where [i] is the appointment's position in the array. If the user has more than one appointment scheduled, what is the best method to relay the information while re-using the {date} and {time} variables? I'm trying to avoid creating dozens of unique variables in order to capture the information of each response.
image.png
Was this page helpful?