How do you ensure that a published tweet is no longer than 240 characters?

Hi!

How do you ensure that a published tweet is no longer than 240 characters?

With GPT, despite the request not to do more, it doesn’t always respect it.

Thank you!!

You can use the built-in function substring

e.g.:

{{ substring(1.text; 0; 240) }}

For more information, see https://www.make.com/en/help/functions/string-functions#substring--text--start--end-

2 Likes