Hi,
We have a Form Action on NUX that creates a list item and then adds values to certain line items. It was setup as per the requirement but now we want the action to not proceed if the difference between Start Date and End Date (both mandatory line items in the form) is beyond 30 days.
Is it possible to fail the action somehow if the conditions aren't met? I know that forms sit on top of the model so I cannot use Read/Write access to stop a mandatory field from being filled. Let me know if you have any ideas.