Zapier - Allow text to scroll entirely

I’m tinkering with the Zapier app. I have it working with an email trigger. The body of the email (usually one fairly long sentence) gets sent to the Subheading of the Tidbyt/Zapier app. Because the sentence is a bit too long, it gets cut off. Is there a way to display the full sentence before cycling?

Thanks.

1 Like

Wish this was possible, too.

You can add ‘show_full_animation = True,’ to your render.Root which in theory tells the app to finish the full animation before moving to the next app. However, I 've found you’ll next come up to a limitation of how many characters the render.Text will allow.

return render.Root(
show_full_animation = True,