Hello,
below is a screen shot of a Power Automate flow, that get items form SharePoint list, and send it as an excel file as attachment via email.
i would like to make the "Titel" to be clickable Hyperlink, so the receiver can click on it and see the item details in SharePoint.
i tried below function in "Select", but it is not working with "Http Request "
concat(
'=HYPERLINK("',
item()?['{Link}'],
'","',
item()?['Title'],
'")'
)