Record creation limit

Hi All,

I have an app in Hobby Plan.

I have a action that trigger a schedule action which also triggers a schedule action in order to create a series of records.

For some reason my workflow doesn’t go beyond 12 records created.

Is there a cap to the number of records that one can create in one workflow ?

Thanks

Not to my knowledge, did you dou le shack the workflows are setup correctly. Can you share a couple if screenshots so we can help

Hello Ali,

Thank you for your help.

I have used this method before so I’m not sure what’s wrong.
See below how I do it together with a few screenshots.

First Workflow
1- Create the first record of data type “A”.
2- Trigger custom event "A " and send result of 1.

Custom event “A”
1- Create a second record of data type “A”.
2- Trigger custom event “B” and send result of 1.

Custom event “B”
1- Create a second record of data type “A”.
2- Trigger custom event “A” and send result of 1.

Start again with Custom event “A” then “B” and so on…

Each custom event run until a condition is met.
screen0
screen1



@AliFarahat could you have a look at this above workflow and identify the issue ? Many thanks :slight_smile:

You’re attempting to do some kind of iterative workflow here? You cannot do that reliably in this way. Just use List Shifter’s Iterate action.

1 Like

Hi @keith, thank you for the tip although I’ not sure your plugin fits my need.
I’m trying to create a list of things.

In this case simply break down a range of 12 days into 12 records of 1 night each.

I could not find a way to achieve this using your plugin.

Thanks

Regardless he method I use, I can definitely say that bubble stops a loop after exactly 12 records created in Hobby Plan. @emmanuel can you confirm ?

If this is the case it definitely limits the potential of Bubble.

This topic was automatically closed after 70 days. New replies are no longer allowed.