How to copy a table from Google Sheets/Docs to Gmail

Hello! Looking for some help

I’m trying to copy a whole table/sheet from google sheets to an email body (GMail). We’re currently using the integration service, and every attempt ends with just the text from the original sheet, not the format

This looks messy and it’s impossible to read, any advice?

@FernandaMiranda,

You will have to read the Google sheet data into a datatable and then prepare a HTML string as per your formatting requirement and then pass it to email body.

You can also directly pass the Datatable like explained here.

Thanks,
Ashok :slight_smile:

Hi @FernandaMiranda

Check the below thread for your reference,

Hope it helps!!