Hi guys
I'm using a patch function to write back data to my SP list, but my users are leaving two of my fields blank.
I have two fields that I really need them to fill out. How can I make them mandatory with my patch function?
One is a text input field and the other is just a label from a search box.
So, in a sense what I have now is: I've bolded the two that I need mandatory.
If not filled out, I could use the Notify Function...but I can't get it to work.
Patch(
NewSSTData,
Defaults(NewSSTData),
{Title: VP_Var.Text,
TM_Name:ManagerName.Text,
TM_Email:ManagerEmail.Text,
Specialist_Name:CSSName.Text,
Chat_ID:ChatIDLabel.Text,
});