I noticed that Bubble provides a convenient function, that when you have inputs with “Should not be empty” checked, the button that provides the workflow that saves the respected inputs value will be disabled until all of those inputs are filled.
What happens when you have “some of the inputs” saved to the database under a separate action with an “Only When” condition attached to this action, and the condition is false.
Will the button providing the workflow still be disabled if those specific inputs are empty? or since those inputs values are saved under an action with a condition that is false, it will ignore those inputs empty state, and let the user run the workflow anyway?