I would like to create a trigger where I compare the .last of an Item against a string.
Something like
{My_Item} != "Foo"
or
{My_Item} == "Foo"
Do I have to map against int values to do this? I havent been able to find a condition that accepts a string for N
Something like
{My_Item} != "Foo"
or
{My_Item} == "Foo"
Do I have to map against int values to do this? I havent been able to find a condition that accepts a string for N
Comment