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 / Add list with JSON el...
Power Automate
Suggested Answer

Add list with JSON element

(1) ShareShare
ReportReport
Posted on by 38
Hi,
I have SharePoint add list action, with dynamic site and list, i'm using json code for adding element in my list, and one of the element (column sharepoint) is a link, i can add the link but not description, i have alwayd only link, this is my code and action 
 
in my list the link is like this, the is no description for link
 
 
Categories:
I have the same question (0)
  • Suggested answer
    ninihen Profile Picture
    153 on at
    Try this:
    in the designer, delete the current proces_verbal: Sorties Sorties and rebuild it with something like: 


    {
      "Title": "your title",
      "proces_verbal": {
        "Url": "https://yourtenant.sharepoint.com/.../PV_CM_2026-04-29.pdf",
        "Description": "PV CM 29 avril"
      },
      "date_de_la_seance": "your date",
      "type_de_seance": "your type"
    }


    Write the highlighted part in one single expression.
  • Suggested answer
    Vish WR Profile Picture
    3,748 on at
     
     
    You can use like this 
    {
       "MyLinkColumn": {
          "Url": "https://contoso.com",
          "Description": "My Website"
       }
    }
     
    Vishnu WR
     
    Please  Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider answering Yes to Was this reply helpful? or give it a Like 
  • Vish WR Profile Picture
    3,748 on at
     
    I was typing the same thing , and you also replied at the same time :) 
     
     
  • Suggested answer
    Kalathiya Profile Picture
    2,456 Super User 2026 Season 1 on at
    Hello @khedidja90,
     
    Create item action will accept only the URL value for Hyperlink columns.
     
    So if you want to store both:
    URL
    Description
     
    then you need to use Send an HTTP request to SharePoint after creating the item and update the Hyperlink field in this format:
    {
      "Hyperlinkfield": {
        "Url": "https://www.linkedin.com/in/jeremylevoye/",
        "Description": "My LinkedIn page"
      }
    }

    Because the standard Create item action does not expose the Description property for Hyperlink fields.

    Please follow below link for step by step guidance.

    Reference link:
     
     
    If this response resolves your issue, please mark it as the Verified Answer so it can help other community members as well.
    ---------------------------------------------------------------------------------

    📩 Need more help? Just mention @Kalathiya and I’ll be happy to assist.

    ✔️ If this answer helped you, please tick “Does this answer your question?” so it can be marked as the Verified Answer.

    💛 A Like always motivates me to keep contributing!

    ​​​​​​​
  • khedidja90 Profile Picture
    38 on at
    This solution doesn't work for me, my column remains blanck when i use it

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 377

#2
11manish Profile Picture

11manish 279

#3
David_MA Profile Picture

David_MA 234 Super User 2026 Season 1

Last 30 days Overall leaderboard