I have one quick question, Possibility

Hi Team,
Can you please help me to find answer for.

I have app in bubble. There is 1 workflow for delete data and update date in database,

My question if the workflow run for delete date and before going to next step of workflow if by chance internet connection disconnest, whhat will happen with update data in same workflow,

HHope you guys understand what i mean , if its not updating data in this situation so it will effect my reporting

If it it’s in the frontend, the actions would not be completed. Although with 2 simple actions (depending on how you structured it), it should be fairly fast enough but timing is key still.

Just to be safe, I would suggest you transfer the workflow to the backend.

You can see where the breakpoints are using the network tab. If everything is done in one request, then you know that leaving the page won’t stop it.

Thank you , could you please show me how to use backend workflow ,

1 Like