Hello,
i have a power automate flow, that get data form SharePoint list and create a table in an excel file and send it via email.
it works good, but i want to make one of columns "the Titel " to be clickable with hyper link, so the email receiver can click on the titel in excel file and it open the item in the SharePoint.
i reade that in "Select" i should make a function as below, but it didn't work so far :-
concat(
'=HYPERLINK("',
item()?['{Link}'],
'","',
item()?['Title'],
'")'
)
any help or best practice on how my issue would be solved?
