Hi everyone,
I create a Flow to automatically update Today's date in a column in my SharePoint List. However, after I run the flow, the alternative text I've written for each item in a hyperlink column is changed into the original link. I found the problem is that, in the UPDATE ITEM step in my Flow, I have to match the correct fields (Photo 1-yellow highlighted are hyperlinked in Lists) and after running the flow the returns turn out to be the original link (Photo 2).
How can I run the flow while keeping the alternative text instead of the original link? Thank you
Thank you for your help. Appreciate it!
Hi @Anonymous,
Unfortunately that is a limitation of the update item action. You can only update it with a string value, which means you will lose the alternative text.
A workaround could be to use a Send an HTTP request to SharePoint action with the validateUpdateListItem method instead of the Update Item to update your list item.
Below is an example from @tom_riha which demonstrates such an update for a hyperlink type of field:
https://tomriha.com/update-single-sharepoint-hyperlink-column-in-power-automate-flow/
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional