I have a repeating group for Events and when I create an event I create a Scheduled API Call at the same time and save the Scheduled API ID with Event data. This is all good but is there are way to search Scheduled API Calls if they exist and show them on repeating group?
Of course I can make changes to event when scheduled api call runs but I would like to know if they exist before they are fired up?
I noticed that If I delete api calls from backend my saved Scheduled API Call ID still stay and they don’t stay synced.