Hello, I would like some simple information.
I have a button in my app that needs to perform a certain action under certain conditions.
For how bubble is structured, is it better to set 3 different workflows for that button, setting the condition directly on the workflow? Or is it better to create a single workflow and insert the various conditions within it?
1 Like
I tried both, didn’t find any advantage or disadvantage. Less complicated to keep everything at the same place.
I’ve noticed that both work well for simple conditions only.
But, we had laggy issues when we were using complex conditions. So, I prefer one workflow that runs a couple of custom events under certain conditions.
2 Likes
This topic was automatically closed after 70 days. New replies are no longer allowed.