A blank record or empty table passed to Error results in no error.SyntaxError( ErrorRecord )Error( ErrorTable )ErrorRecord –Required. Error information record, including Kind, Message, and other fields. Kind is required. FirstError can be passed directly. ErrorTable –Required. Table of error...
For example, in the "On" field in a switch condition: (screenshot below) if(contains(variables('Subject'),'jeff'),'1',if(contains(variables('Subject'),'josh'),'2', Is not accepted by the expression field. Any idea what I'm doing wrong? I realised I ha...
How to have validation for SharePoint list column? SharePoint List validation formula if then syntax Note: Sometimes comma( , ) does not work in formula (it is based on language or regional settings on your site). So in that case use semicolon( ; ) instead of comma...
For example, in the "On" field in a switch condition: (screenshot below) if(contains(variables('Subject'),'jeff'),'1',if(contains(variables('Subject'),'josh'),'2', Is not accepted by the expression field. Any idea what I'm doing wrong? I realised I had...
I realised I had syntax problems with my expression. I have now got this line accepted: if(or(contains(variables('Subject'),'keyword1','1'),variables('Subject'),'keyword2','2')) However now when I try to save I see this error message: ...