I've been searching but can't really find what I'm looking for. Is there a way to manipulate the data that gets gathered by a Flow?
For example...
"Get Files (properties only)" -> Create HTML Table -> Output
Is ther any way to modify the data in "Create HTML Table" or in "Output"? For instance
'Link to file' becoming <a href="'Link to file'">Click Here</a>
Hi @Anonymous ,
If we configure the HTML table action in the usual way, we cannot add Hyperlink to the Html table.
Here is a blog that mentions how to add a link to file to an HTML table. Please check it and see if it helps:
https://alextofan.com/2019/02/14/flow-how-to-change-the-style-of-your-html-table-in-flow/
Best Regards,
Yes, you can edit pretty much any data gathered by Flow utilizing data operations with Microsoft Flow. Basically you can Add a condition to a flow which gives you the ability to even Apply to Each. You can also use expressions in conditions to check multiple values, and I highly recommend with checking out A Visual Explanation of Flow Logical Expressions.
This is the same method for pretty much any data manipulation, including from API/JSON, HTML, CSV, PowerApps, etc. The Compose, Join, Select, and Filter Array data operations let you do just about anything you'd ever desire.
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2