
Announcements
Hi All,
I am displaying case lists in html table in flow with some column like Case Title.It shows as text value dynamically i want to show this as hyperlink & navigate to that record url how can i achieve this ?
now am using like Case : item()?['title']
Thanks,
Jharana
You cannot add <a href="http://www.google.com">Google</a> under the Create HTML table, because the value portion of Create HTML table action does not accept space.
You need to do this from the Select action.
1 - Add Select action, and map your column name and values. For the hyperlink column, under Entry Value, use the achor tag in syntax: <a href="http://www.google.com">Google</a>
2 - Add Create HTML table and use output from Select action. You can use Columns as Automatic
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.