My issue is that Hyperlinks from cells do not get carried over, only the text from the cell does.
Current flow:
start Excel table ->
- list rows present in the file (some cells in the table have hyperlinks)
- Apply to each 2
- add a row into table using @{items('Apply_to_each_2')['column name']}
how would I make it so hyperlinks get carried over? Would I change the adding row expression?