Automation concurrency

Hello~

i have a question.

I couldn't add or write rows while adding rows to the inventory table in the app I created.
When I create a large amount of rows, can't other users create or write rows until the end of the work?

Hi @sangmin, thanks for your question! :honeybee:

Honeycode automation instances run atomically (one finishes before another starts). This means that other users can initiate automations as well, and each will execute in the order that they were queued (they do not execute concurrently).

Hope that helps clarify, and let us know if we can assist any further. :slight_smile: :honey_pot:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.