Hello everyone, probably a simple question. In server actions, how can I add a "continue" so that nothing happens and the execution just moves forward?
In my case, I want to create only one database update that can be executed based on different conditions.
In the following image, the same action is executed under two conditions:
However, I believe it would be better this way, but the "then" requires an action.
Using the second method, I could probably repeat these executions with an Execute Action
What is the best way to handle this? Thanks!