
Announcements
Hello,
I have a checkbox that is only required if datacardvalue1 = "new". That same checkbox is also only visible if datacardvalue1 = "new". I have found that even though the field is required, it doesn't provide an error message if the checkbox is left blank. How can I make this checkbox required only if datacardvalue1 = "new" and prevent the user from saving the form until the box is checked?
Thanks in advance
Ok... So there is no way that a checkbox is null or not because when it is "blank", it will say that the value of the checkbox is false.
You can try this on default mode:
If(Form.DisplayMode = New, true, false)
Not sure if my typing is correct but it should be something like that
If you need additional help please tag me in your reply and please like my reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️!
Best regards,
Gonçalo Nogueira
Check my LinkedIn!
Buy me a coffee!
Check my User Group (pt-PT)!
Last Post on Community
My website!