Can you please take a look at this error? I don't get it. It only happens when I add the "display text message" highlighted action, I don't think a string that long is allowed haha.
It's not the length of the line, but I think there's a maximum of 16 combinations to build a text variable in just one statement. You'll have to store the value in a text variable and break up the assignment in 2 lines.
Can you please take a look at this error? I don't get it. It only happens when I add the "display text message" highlighted action, I don't think a string that long is allowed haha.
It's not the length of the line, but I think there's a maximum of 16 combinations to build a text variable in just one statement. You'll have to store the value in a text variable and break up the assignment in 2 lines.
I see. I guess so. Thanks a lot, I did that and it works!