web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Multiple URLs in share...
Power Automate
Unanswered

Multiple URLs in sharepoint multiple lines of text column

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello,

 

I have a sharepoint list where I want to enter multiple URLs for every row of the list. I want a power automate flow to enter the values into the list. For a single link I am able to do this using hyperlink column - but this works only for a single link. Then I tried out using multiple lines of text column and json formatting for the column

{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "a",
"txtContent": "@currentField",
"attributes": {
"target": "_blank",
"href": "='@currentField' + @currentField"
}
}

 

This combines the multiple links into a single link 

Eg: If the two links are www.google.com and www.gmail.com, the above json formatting makes it into a single link which is not useful for me. Basically, this json solution was working if there is a long link that does not fit in the hyperlink column. But now I have multiple links. I also tried out multiple lines of text columns with rich text-enabled. But when I edit in grid view and enter the links as an HTML tag <a href='www.google.com'> google </a>. But it comes as it is without any formatting like the below image:

 

pranathi_1-1631110687788.png

I know when I type the links myself manually and click enter it comes as links. But I want to do this from power automate. So please let me know how to do this efficiently.

 

Thanks in advance

Pranathi B S 

 

 

Categories:
I have the same question (0)
  • hamilarihab Profile Picture
    8 on at

    @anonymous

    Hi;

    I know your post is old but I was wondering if you solved this issue.
    I am struggling with the same problem
    Thank you

  • jiwhite Profile Picture
    500 on at

    Have you tried something like the following in a multiline field?

    <a href=\"URL1\">Site1</a><br><a href=\"URL2\">Site2<\a>

     This syntax works for me in HTTP requests using validateUpdateListItem Uri.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 304

#2
David_MA Profile Picture

David_MA 245 Super User 2026 Season 1

#3
Expiscornovus Profile Picture

Expiscornovus 243 Most Valuable Professional

Last 30 days Overall leaderboard