Always got the error that I can’t send multiple Things to the page.
I was trying to use ‘item #’ for that, but how can I know the number of the created Thing? Can I assign the number to the Thing?
I don’t want to create 13 pages for every task to modify.
I also was thinking about to use popup or floating group for that, but there is the same problem, I need to create 13 popups…
Can anybody help me with that issue?
I would advise to use a schedule API workflow to create those tasks. It would take a while for all the Tasks to be created the way it’s currently setup, therefore the page loading time will be quite long. With an API workflow, the Tasks are created in the backend, therefore you have no load time on the frontend.
it seems you’re not adding those Tasks to the User DB. In the User data type, you should have a field ‘Tasks’ (list of Tasks). In step 16 of your workflow, you should have Make changes to User > Tasks add Result of Step 2, 3, 4 etc
@gs1 when using items from#… items until# it should show the Tasks in the order of creation in the DB
Alternatively you can use :sorted by to sort the items by Name for example
Ok, sorted by number worked. I should be doing that on RG level, by bad. Thank you. Now the issue is how to send the data from different groups to the same page. As page can only receive the data from only one: