So, I have a form with numerous input fields. And a dropdown that has a status. I want to be able to ignore mandatory fields if the status is set to a particular value and save the status.
OK, so the rule is “if the mandatory field is involved in a work flow”.
And this means ANY workflow related to the button, so you can’t get round it by having multiple workflows, (so one that doesn’t do anything with the field).
Ended up having a separate button to reject.
Did you try to disable the mandatory control using conditioning. Or try to hide it making it not visible.
I believe that works
1 Like
Thanks
There isn’t a condition for Mandatory, although I did think there might be.
Hiding the field is a good suggestion, will have a play.