I’m trying to do the following and I’m using an API workflow because it takes a lot of time to create these things:
On a page with input and a button, after click:
create Thing Inventory > create Thing Item (number 1, inventory = result of step 1) > Create Thing item (number 2, inventory = result of step 1) - etc. > Make changes to thing (result of step 1) Items add list (do a search for Items with Inventory is step 1)
This works when not using the API workflow but it doesnt work when I do it through the API workflow. Is this a limitation?
If this doesnt work with the API workflow I need to add all entries manually or handle it outside the API.
Important bonus question: when adding the items, I want to automatically number each new item so I do a search for items’number last item and then add +1. For some reason, this doesn’t work in the sequence but using the debugger I cannot figure out why?
I added everything to the forum app:
Editor: https://bubble.io/page?type=page&name=v56-map&id=forumapp3&tab=tabs-1
preview: https://forumapp3.bubbleapps.io/version-test/v56-map?debug_mode=true