In what order are conditional actions evaluated

is it possible to have a conditional action not occur if a previous conditional action happened?

like an IF ELSE statement

Actions are always run in the order they are displayed (and you can drag to re-sort them)

thanks for explaining,

also,
if i have a toggle button that changes a value and executes a conditional action when clicked,
will the conditional action use the original value or the new value when doing logic?

@henry - see here for an explanation of what currently happens: Toggles - Split Actions | Voters | Adalo

thanks for linking that, it’s an in depth description of the exact problem im having. i suppose ill just have to wait until the Adalo devs add a feature for it