To long JSON

image
the description part of the JSON is not usable because of its length, what can I do about it?

Welcome to the Make community!

To trim excess words until it is below the character limit, you can do this:

{{ replace(substring(1.description; 0; 120); /\s.*?$/; emptystring) }}

See Telegram to mastodon text limit - #3 by samliew for more information.

samliewrequest private consultation

Join the unofficial Make Discord server to chat with other makers!

2 Likes