Power Automate - Update Hyperlink Alternative Text in SharePoint List

Power Automate - Update Hyperlink Alternative Text in SharePoint List

Automatically update the alternative text of your hyperlink fields on your SharePoint List using Power Automate. But not through the standard SharePoint Update Item action. Instead, you'll use the Send an HTTP Request to SharePoint. I will show you how to set up your flow. URI for HTTP GET request: _api/web/lists/GetByTitle('Power Automate Flow Directory')?$select=Id,ListItemEntityTypeFullName List ID expression used: body('Send_an_HTTP_request_to_SharePoint')?['d']?['Id'] ListItemEntityTypeFullName expression used: body('Send_an_HTTP_request_to_SharePoint')?['d']?['ListItemEntityTypeFullName'] URI for HTTP Post request: _api/web/lists(guid'@{outputs('Compose_-_List_ID')}')/items(2) Headers: Accept and Content-Type, application/json;odata=verbose IF-MATCH, * X-HTTP-Method, MERGE Body: { "__metadata": { "type": "@{outputs('Compose_-_ListItemEntityTypeFullName')}" }, "FlowHome": { "__metadata": { "type": "SP.FieldUrlValue" }, "Url": "https://example.com", "Description": "Flow Home" } } 🚀 More Power Automate videos here:    • Power Automate   ✨ Intro to Power Automate Cloud Flow series:    • Intro to Power Automate Cloud Flows   🔗 Connect with me on LinkedIn: www.linkedin.com/in/jeremy-barden 🌐 For consulting and additional resources, visit: https://www.jeremybarden.com/