【发布时间】:2021-08-18 11:59:20
【问题描述】:
我有一个从 Microsoft Forms 检索一些附件并将工作项添加到 Azure Devops 的工作流
我正在一个步骤中,我必须添加一个包含两列(名称和网址)的表格,例如:
在Url 列中,我想添加超链接而不是文本,例如:
<a href='....'>Click here</a>
我尝试添加concat 表达式,例如:
concat("<a href='", ..., "'>", "Click here", "</a>)
^ here I don't know how to pass the link argument
如何在concat epxression 中传递link 参数?
或者如果想在列中添加超链接应该使用什么其他方法?
【问题讨论】:
标签: power-automate power-platform