I'm working on a form that contains many field/form condition rules. If field is 'Yes' show this field, mandate this field, etc...
Is it possible to have an action from separate rules action another rule?
For example:
- Rule 1A: Show field
ABC if answer is
YES in field
X
- Rule 2A: If field
XYZ is
YES, then
set field
X to
YES
I want Rule 1A to run automatically if Rule 2A completes (changing field
X to
YES shows field
ABC).
My workaround right now is to remove field options from field X to only show YES. Which will make the user select this option and run Rule 1A. I want to automate that action :D