Hi
I'm trying to combine two AND on the following:
@And(equals(item()?['_me_areaoptionset_label'], 'United States'),greater(item()?['msevtmgt_eventstartdate'],utcnow())
but I'm getting the following error:
There is an unterminated string literal at position 28 in 'msevtmgt_eventstartdate gt ''.
Can you help me to understand what is going wrong?
Thanks
Ezequiel