Hi all,
Bug short description: $.trigger.input.length() always seem to give a result that is 2 more than the actual length.
Bug long description:
I created this workflow:
The Send Email action sends a mail to me with this in the body:
The word {{$.trigger.input}} consists of exactly {{$.trigger.input.length()}} characters
Compare Numbers has as value 1: $.trigger.input.length()
Compare Numbers has as operator: Equals
Compare Numbers has as value 2: 5
Let’s test this with as input for the workflow {"input": "apple"}
The mail:
Let’s test this with as input for the workflow {"input": "egg"}
The mail:
Kind regards,
Angelo