Hi, I am trying to build a flow which, after getting an id (string) info from an API call, sends an email to a specific address.
In the condition, I included "if the value is equal to string(322) which is exacly the value I am looking for, but the condition is never satisfied, even the result of the API call contains the parameter.
JSON element:
If I change "is equal to" with "contains" in the condition, I get this error:
Unable to process template language expressions for action 'Condizione' at line '0' and column '0': 'The template language function 'contains' expects its first argument 'collection' to be a dictionary (object), an array or a string. The provided value is of type 'Null'.'.
What does it mean? It should be correct...
Thank you