In short, I’m building an app that first asks if the user would like to make a selection at a more granular level. The full project will involve several of these questions and usually the users will not want to make a selection.
Here’s a simple example:
The data set contains ‘All States’ values in the states field, so keeping the checkbox unchecked applies a filter [state]=’All States.’

Therefore, I no longer want to next stage of the app to ask which state(s) with the only option being ‘All States.’


Is there a way to bypass a workflow or a part of a workflow in an app based on a condition?
(I'm attaching the yxwz files but with directories removed.)