Hi all,
I'm having following issue.
If the length of the message is > 220, get the first 220 characters else show the existing message.
But it says following expression is invalid 😞
if(length(outputs('Compose_3')) greater 220, substring(outputs('Compose_3'),0,220),outputs('Compose_3'))
Can anyone tell me how to write the above expresison correctly?
Thank you