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?
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.