Sending a list via email when using "Send sengrid email custom" by copilot plugin

Hi there, I am trying to send a list via email. I use the @copilot SendGrid plugin. The email needs to go from a specific user and so I use “Sendgrid - send email (custom)”. Everything seems fine until I pass the list. I am using the bubbleio “format as text”. It works fine in bubble email not when using the plugin. Below is the error it throws. ANyone faced this before and found a way around it?
error1

Did you find a way to do this?

No. Didnt find a way. Skipped it

I just put a section of code on Sendgrid and send the html in this way:


image
The result :

It could be better, maybe with css in the html or something. But it works :sweat_smile:

Parsed though these posts and finally figured out how to send a list of file links with the file name in lieu of the url. Much, much prettier in the email body than the file link.
Thanks!