I have a problem with using an encoded URL in an automation, specifically to put the URL in a Markdown field.
I made a new table to illustrate the problem :
The formula field encore the URL as follow, this is correct :
I have an automation that fills the third field, configured as a long text with rich text enabled, this is how the automation is set up :
This produce the wrong result. In the markdown, the URL is not encoded anymore :
Any idea how to get around this ? I can disable rich text in the field and it will work correctly, but it isn’t ideal.