Google Calendar API - How to dinamically set calendarID and eventID to be deleted?

Hi,

I am facing an issue with the API call to delete Google Calendar events.

I can initialize the API call, but only using a specific event ID - so during that 1st run, the event gets deleted. However, I would like to use my Bubble app to select which event to delete - meaning I need both the calendarID and the eventID to be dynamic.

This is what I have at the moment in my API call:

This is what I have then when calling it through a workflow:

So overall, how is that I can make calendarID and eventID dynamic by defining them each time I call the “delete-event” API?

In API calls where a JSON body is parsed I can set data dynamically, but really struggling with the above scenario.

Thanks!