Is it possible o create an input box, where I can enter any amount of number and automatically create a Database entry base on the input number? Thank you in advance
Yes. You can achieve this thru a loop or, dynamically creating a list of X itens and running the workflow in this list.
-
Schedule a workflow in a list
Bubble.io API Tutorial: Schedule a Workflow on a List - YouTube
Thank you, this is very helpful. However, is there a way to execute this without using API workflows?