Skip to main content

Dynamic Markdown

Comments

1 comment

  • Permanently deleted user

    There's a mix of string concatenation and template literals in that expression. I think it'll be easier to stick to just one format. With just template literals, the whole expression inside `` is read as string, except for anything that you put inside of ${} placeholders, which gets evaluated as an expression and replaced. It'll be something like this:

    =`${$JsonForm.state.text2019.state.text2019.description.markdown}[${$forEach1.item.name}](${$forEach1.item.link})\n\n`

     

    I attached a test workflow that ran successfully on my end.

    0

Please sign in to leave a comment.