I started wondering, how well does “schedule API workflow” scale when there are a lot of users using the app. Or how does it work? When user #1 adds 10 API calls and second user also adds #10 calls, would that mean that user #1000 has to wait 20 min, before it is their API call time? Or are they all served simultaneously?
I’m finding it extremely difficult to copy create a bunch of elements based on a bunch of other elements in another table and I’m thinking maybe I should use API call for that.