Hi @gcizman2024 I now understand the issue you're facing. When the button is disabled, users cannot click to view which fields are mandatory or missing. Unfortunately, there's no workaround while using the disabled display mode. However, this indirectly ensures that users cannot progress without filling out the mandatory fields, even though they don't receive error messages. The asterisk (*) serves as a visual indicator for these mandatory fields.
Alternatively, you could maintain the button in edit mode at all times. In the onSuccess property, submit the form to the data source. In the onFailure properties of the form submission, trigger notifications. This approach ensures users can always interact with the button, and notifications will inform them about any failures in the form submission, displaying error messages on the form as well.
Please click Accept as solution if my post helped you solve your issue. ✔️ This will help others find the solution to this problem. It also closes the item. Remember, you can accept more than one post as a solution.
If the content was useful in other ways, please consider giving it Thumbs Up. 👍
Thanks
Andrew