To create accounts for multiple people, I uploaded their information into the database and then created a schedule list API to handle the creation, but it’s not working. I’d like to know if you have any suggestions about this.
Can you share more information about your workflow? With images or video?
Schedule api workflow creat_account … call Api Event vreat account
the ‘make changes on a list’ action is only possible on lists of up to 100 items if you are testing with lists larger than this the action will not be performed, check this out for us.
ok it just 15 line
Is this not supposed to be recurring?
no, It’s just to create multiple user accounts at the same time
Ah… I missed that.ah, I forgot that.
I’d probably need more information on this to likely debug what’s going on. From the screenshot it looks fine. Here’s a list of questions to ask and use to try and debug
Does it ignore privacy rules (are there Privacy Rules restricting the data?)?
Is the list actually empty at runtime?
Do the parameter types match exactly?
Has the app hit its capacity limit?
What does the Server Logs page show? (Search the Logs → Server logs tab, filter by “Actions”, and look for the specific timestamp to see if the workflow threw an error or never fired.)
Is the task visible in the Scheduler? (Check Logs → Tasks to see if the workflow is sitting in the queue waiting to run)
Okay, I added a few minutes to the second API and it works perfectly that was all it needed.

