Forum Discussion
pablo_demeter
May 18, 2022Copper Contributor
SHAREPOINT COLUMN VALIDATION --- NOT ALLOW "COMPLETADO" STATUS IF ANOTHER COLUMN IS BLANK
I have a list in sharepoint, I want the "TaskStatus" column not to allow me to put the value "COMPLETADO" if another column (the column is called "Description_Agent") is blank. These are the colu...
May 20, 2022
If you can't use PowerApps, maybe you can try JSON formatting. It works with multiple line of text fields. You would have to work out the logic to meet your needs, but maybe hide the TaskStatus field while it equals "In Process" and the Description_Agent field is empty. Then they won't have the option to mark it Complete until the Description if filled out.