Hello Readers,
I have a messaging app where the user can enter a long message. I want to send the receiver a “preview” of that message on their email or phone.
Is it possible for me to trim the long message to say 10-15 characters or so?
I tried:
Creating a new input variable with max length of 10 and storing the value of actual message in there but when I saved it to a collection, the full message was saved.
Thanks.
C