As you can see when the output has more values that can go beyond one page , it's always overflowed the words on the second page heading , how to fix this ?
Create HTML action output overflowed in second page
To fix the issue of the HTML table overflowing to the second page in the "Create HTML" action, you need to format the HTML table with CSS styles to ensure proper alignment and page breaking. Here's how you can do it step by step:
Use the "Create HTML Table" action but switch to "Custom" under "Advanced options."
Add custom HTML and CSS to format the table correctly.
Make inline css and make sure the table fit the page width.
Enable word wrapping to prevent text from overflowing cells.
Add page-break rules to ensure rows do not split between pages.
Replace the default "Create HTML Table" action with this code using the "Compose" action.
In the "Compose" action, paste the HTML code and use the dynamic content for your data.
To send this formatted HTML table via email, add a "Send Email" action, and use the output of the "Compose" action in the email body.
This will ensure your table doesn’t overflow and remains properly formatted across pages.
Please mark answer verified if this helps you
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.