Hi,
I was trying to make specific blocks in a template show or hide based using the condition structure:
person|lookup:'Account_Owner'=’Martin Dee’
In this instance ‘Account_Owner’ is a custom variable stored in the list and ‘Martin Dee’ would be one of the values used in that varaible. I could not get the system to accept this condition as being valid and I got an error message every time I tried to save it.
In the end I got the template working successfully using the condition structure of:
'Martin' in person|lookup:'Account_Owner'
But, I’d still like to understand what I was doing wrong in the first example. Can anyone explain it to me please?