I want to show a table in my workflow report only when certain condition is met. I tried to use IF() function, but it does not work for table. I can only use If function for the words inside the table.
Does anybody know if there is any solution to this?
<<Start: Submit 2 ID's Report[Key Timestamp]>> <<IF: AND((
Submit 2 ID's Report
[Needs to Submit 2 Forms of ID]= TRUE), ISBLANK([ORIENTATION]))>><< [2 Forms of ID]= TRUE>> <<EndIf>><<IF:(
Submit 2 ID's Report
[Needs to Submit 2 Forms of ID]= FALSE)>> <<[2 Forms of ID]=FALSE>><<EndIf>> <<
Submit 2 ID's Report
[Still Needs to 2 Forms of ID]>>
Please help me I am getting Failed: Action not performed because 1 errors are present. Error: Workflow rule ‘Has Submitted ID Report’ action ‘Email Task’ Attachment template. Found 1 unmatched ‘Start’, 1 unmatched ‘End’, 2 unmatched ‘EndIf’. They are:
This is my VC SELECT(Delivery Associate[_ComputedName], IFS(AND(ISBLANK([ORIENTATION]), [Needs to Submit 2 Forms of ID]= true), [2 Forms of ID]= true, [Needs to Submit 2 Forms of ID]= false, [2 Forms of ID]=false))