MarkMayhrai Posted December 15, 2021 Report Share Posted December 15, 2021 Good evening support, I have a trigger which forms a text =based on a loop storing the text in a variable. This variable is included onto an email body to send via email. Whenever the text is too long, the values are truncated. Is there anyway around this? Quote Link to comment Share on other sites More sharing options...
0 NiceDuck Posted December 30, 2021 Report Share Posted December 30, 2021 Hello, I have seen this as well. The variable cant hold hat much characters. So far the only solution I came up with is to make sure that the characters wont reach more than 3k. The other Idea I have is to use a table variable instead and insert the values there, then use it on the email. Quote Link to comment Share on other sites More sharing options...
0 RuisiHansamu Posted December 30, 2021 Report Share Posted December 30, 2021 Hi there, just wanted to share the meaning and description of what the Table variable in the trigger. Here is a helpful documentation: https://howto.caspio.com/tables-and-views/triggered-actions/#:~:text=Variables,other Action blocks. Quote Link to comment Share on other sites More sharing options...
Question
MarkMayhrai
Good evening support,
I have a trigger which forms a text =based on a loop storing the text in a variable.
This variable is included onto an email body to send via email.
Whenever the text is too long, the values are truncated.
Is there anyway around this?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.