Regarding doubts in loop

Can i run a loop in my free plan?

Yes you can, but what kind of loop you have in mind?

Use toolbox plugin for looping

This video might help you for reference

But here there is used scheduled api workflow and it is not free.

@BimaAdhtiyaS_12

I have fetched some emploees data from one api using of api connector. Now i want to store all this employees data into the my bubble’s database.How can i do tha in my free plan?
image
Like using this workflow i have fetched data of all the employees. Now which workflow should i use so that i can store all the emploees data with their corresponding column of database table

@BimaAdhtiyaS_12 @boston85719 @tunacardak @hanan1 @ntabs

Oh it’s kinda hard to explain but have you explored a “do when condition is true”

It’s just an idea never implemented this before, idk if there’s any other method better than this

Basically you create 1 custom state called counter and then X custom state that is a list of the employee per field

You fetch the api, set the custom state for the counter based on the total employee using :count set the custom state of the list based on employee per field

now you called the “do when condition is true” set run this to “every time” don’t forget add condition counter > 0, now you just need to “create a thing” assign the field value to list’employee_name:item#counter’s value and then just -1 the counter value and TADA a LOOP

the minus is prob the workflow cost I think

I didn’t fully understand your explanation. Could you please clarify or explain it in simpler terms?