I have table article.
Article has column : content_sections
which is linked to other table article_sections
.
Article has column : ‘content_merged’ which is formula field:
join( “##” +
lookup(‘content_sections’,‘header’) + " \n" +
lookup(‘content_sections’,‘content’) ,
‘\n’)
The goal is to merge as above and generate content in markdown.
Is it possible right now ?
Hello @parhelium, do I understand correctly that you’re looking for a formula to convert text to markdown?
Yes, I want formula to convert text to markdown.
Formula field output is markdown.
Hey @parhelium, thanks for the follow-up. That’s not currently possible, but I’ll discuss it with the team as a potential new feature request.
Hey @parhelium, we will add a function to convert text to markdown. Thanks for sharing this idea.