Convert google sheet range into table to be posted by discord

Is there an automation i can use to convert the values i get from the google sheet get values in range and convert it to a table that can be sent using the discord send message action? I can pass the values into the discord message but of course it gives it out as a messy json/xml format.

Hi @darkintentionsmg

I have to do this with Slack all of the time as well.

What I find useful is making a separate in-between Node.js step that’s just solely responsible for formatting the message in a way that doesn’t look messy.

Then I use that step export to pipe into Discord or Slack.