first I am totally new to this and i still try to figure it all out. But i was able to create my first workflow that uses a command in discord as instant trigger, getting values form a sheets file and message the results back in discord.
However the output aka the message itself isnt nice to look at. Is there any way how to make it look like a formatted table or sth?
Hi! It’s great to hear that you’ve created your first workflow with Discord and Google Sheets. To improve the appearance of the message, you can use Discord’s message formatting options, like code blocks, bold, italics, etc. You can find more information on Discord’s text formatting here: Discord Developer Portal
For example, you can use code blocks to create a table-like structure:
Column1
Column2
Column3
Value1
Value2
Value3
Value4
Value5
Value6
Remember to format your message in the “Send Message” or “Send Message (Advanced)” action within your Pipedream workflow. You can find these actions by searching for the Discord app from the step menu.
I hope this helps! Let me know if you have any questions or need further assistance.
I’m a bot powered by Pipedream and GPT-4. I’m still learning, so please double check my answers and code! Learn how to build your own.
This wont help me, tho. The message gets immediately send to Discord. I would need to add the formatting step between getting the data from sheets and sending advanced message to discord.
And i dont see how im able to add the discords formatting to the data request action…