Is there a way to manually trigger the OnValidate function of New-UDForm?
You see, on my form the user adds an item or items to a list, before I allow submission I check if that list count is greater than 0.
Problem is, if they add the list item last, the validation code to check the count doesn’t fire.
My work around currently is just delete and readd a character in any of the regularly regex validated fields but I don’t think I could release it like that.
Needed this and -scripts for a demo for our director this Friday.
Unrelated but I tried loading up my old v2 dashboard in universal using the v2 framework. Made the changes of removing start-uddashboard and changing endpoint to content and the dynamic page does not work at all.
My non-dynamic pages in the same dashboard work fine. Is that a known bug by chance?