Hello! I built a form where several fields are long text with rich text formatting enabled. When the form is filled out, I have an automation set up where the contents of the form are sent as a slack message.
Right now, I have an issue where the form will have hyperlinked text, but the automated slack message shows the markdown syntax for the hyperlink and not the hyperlink itself. Is there any way to fix this?
This is the slack message I have set up:
The Hyperlink at the end “Here is the running list […]” works. It is the hyperlinks in the tokens that are breaking to look like: [Link text Here](https:/ /link-url-here. org)