In this screenshot, I have set the Action Condition so that the button is clickable only when the ‘Company Name’ field is not empty.
Here, despite entering a value in the ‘Company Name’ field, the Action Condition does not work as expected, and the button remains clickable.
This screenshot shows that I have applied the same condition for the Visibility Condition: the button should only be visible when the ‘Company Name’ field is not empty.
In this final screenshot, the Visibility Condition works correctly: as soon as I enter a value in the ‘Company Name’ field, the button disappears.
Issue: Inconsistent Behavior Between Action and Visibility Conditions
Hi Glide Team,
I’m experiencing an issue with the Action Condition and Visibility Condition in my app.
Issue Description
I’ve set the exact same conditions for both Action Condition and Visibility Condition on a button in my app. The Visibility Condition works perfectly, showing or hiding the button based on the defined condition.
However, the Action Condition, which should prevent the button from being clickable when the condition is met, does not seem to work. The button remains clickable even when the condition is active.
Steps to Reproduce
- Create a button and set identical conditions for both Action Condition and Visibility Condition.
- Test the app:
- The button disappears when the Visibility Condition is active (as expected).
- The button does not become unclickable when the Action Condition is active (unexpected behavior).
Expected Behavior
The Action Condition should make the button unclickable, just like the Visibility Condition makes the button disappear.
Actual Behavior
The button remains clickable despite the Action Condition being met.
Additional Information
I’ve tested this with multiple buttons and conditions, and the issue persists. It seems like there might be an inconsistency or bug in how these conditions are handled.
Any help or insight would be greatly appreciated!
Thank you in advance.
Best regards,
Antoine TROOVY