Skip to main content
Community site session details

Community site session details

Session Id : qG4HvwQOWDeFyonN5Y4iD3
Power Automate - Building Flows
Answered

Set description of event

Like (0) ShareShare
ReportReport
Posted on 12 Jun 2024 07:31:55 by 26

In my flow i loop trough a sharepoint list. For each item i create an event that is displayed in the sites calendar.

 

From the sharepoint item i get the link but i'm not able to set the description of the link. As a result when i open the item i get the full long link.

Is there a way to set the description from the flow?

If i edit the selected event a can set the description but i'm not able to set it in the flow.

 

Exon_flow_0-1718176952186.png

 

The result after the flow, with the long link

Exon_flow_1-1718177157915.png

If i edit this event individually i can create a short link by setting the description

Exon_flow_3-1718177357234.png

 

Result

Exon_flow_2-1718177221386.png

 

  • Verified answer
    Exon_flow Profile Picture
    26 on 12 Jun 2024 at 14:06:35
    Re: Set description of event

    My solution, i have remove the property WorkspaceURL in the webpart and added the link provided by  @v-yetonggu-msft in a text field and so i have my link in the page.

  • Exon_flow Profile Picture
    26 on 12 Jun 2024 at 11:15:22
    Re: Set description of event

    That will work with a custom field, only Sharepoint web parts doesn't show custom fields. see https://answers.microsoft.com/en-us/msoffice/forum/all/sharepoint-events-adding-additional-fields-to/8d021f05-56ca-43b6-9234-2227c432c5ab 

    So the only way to add a link to the webpart is to use the default field "URL Workspace" that will only exept an URL. 

    Exon_flow_0-1718190782324.png

    So the questions still remains how can you set the description of the field "URL Workspace" from Power Automate?

  • v-yetonggu-msft Profile Picture
    on 12 Jun 2024 at 09:15:42
    Re: Set description of event

    Hi @Exon_flow ,

    Providing a description to a link can only be inserted through a multi-line rich text column in SharePoint.

    According to your error message, you inserted the HTML format into the hyperlink type column, which will cause an error because the hyperlink type column can only accept links. In my test, my link column is a multi-line rich text column.

    Please try adding the code in the multi-line rich text column.

    vyetonggumsft_0-1718183732491.png

    Best Regards,

    Sunshine Gu

  • Exon_flow Profile Picture
    26 on 12 Jun 2024 at 09:09:33
    Re: Set description of event

    That doesn't seem to work. I have created a new variable where i put in your code but i get the following error:

    OpenApiOperationParameterTypeConversionFailed. The 'inputs.parameters' of workflow operation 'Create_item' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/Workspace' is required to be of type 'String/uri'. 

    The field URL of workspace expets an uri.

    Exon_flow_1-1718183313548.png

     

     

    Exon_flow_0-1718182711381.png

     

  • v-yetonggu-msft Profile Picture
    on 12 Jun 2024 at 07:50:45
    Re: Set description of event

    Hi @Exon_flow ,

    I did a test for your reference.

    In my scenario:

    The SharePoint List:

    vyetonggumsft_4-1718178603678.png

    My Flow:

    vyetonggumsft_2-1718178533779.png

     

    vyetonggumsft_3-1718178547029.png

    please try this code in description:

     

    <p><a href="Dynamic Content">description</a></p>

     

    Best Regards,

    Sunshine Gu

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1

Loading started
Loading complete