Hello there,
I have been facing a big problem, which is that my app creates a list with a backend workflow, and it takes way too long… To create 77 entries I needed exactly 2min40sec, which is way too long. I’ll explain how it all works:
-
In a popup we select a list of clients (name, phone number), and by pressing a button it saves them into a custom state.
-
Once it is done, the popup closes and by clicking another button, it is possible to save. It triggers a workflow, and the relevant action is “Schedule API Worflow” which triggers a backend workflow creating a list of “Users”, which contains the client phone number and their campaign (another data type which contains the list of messages these clients will receive, but this is not important).
So yeah I’m wondering how to create this list of “users” containing the “clients” stored in the custom state, with a normal speed. Because it is way too slow, and unfortunately I have found no way to create a list of things without using the backend workflow trick.
I have tried a plugin called List shifter, but couldn’t make it work (the iterate function I think?).
Thanks in advance!