I built a Responsive, SharePoint Nintex workflow. On the form I added a Date/Time function. How do I format the function to only allow a user the ability to select M-F days from the calendar that pops up?
I found the below formula to add to a rule, but when I added the rule to the function, it did not work. I was still able to select a Saturday or Sunday date.
or(equals(formatDate({Self},"dddd"),"Saturday"),equals(formatDate({Self},"dddd"),"Sunday"))