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 / How can I add a link a...
Power Automate
Suggested Answer

How can I add a link as attachment to the Premium Planner using Power Automate?

(0) ShareShare
ReportReport
Posted on by
Currently, I have a flow that creates a folder with some files in SharePoint and then creates a task in Planner Premium. I want to know how I can make Power Automate add the link to the SharePoint folder in the task’s attachment field.
Categories:
I have the same question (0)
  • Suggested answer
    Sunil Kumar Pashikanti Profile Picture
    2,318 Moderator on at
     

    Yes. After you create the SharePoint folder, generate a sharing link for that folder and write it into the task’s References (attachments) via Planner --> Update task details. Planner treats “attachments” as links (references), so you don’t upload a folder, you store a URL (alias + resourceLink).
     
     
    How to do it

    1. Create the folder (your flow already does this).

    2. Create a sharing link for the folder
    Action: SharePoint --> Create sharing link for a file or folder
    Point it at the same site/library and the newly created folder. Choose link type/scope that fits your sharing model (e.g., View/Edit + People in your organization).
    This returns a URL you’ll use as the attachment.
     
    3. Create or locate the Planner task
    Action: Planner --> Create a task (or capture the Task Id from earlier in the flow).
    (Note: the out‑of‑box Planner connector manages “basic” plans; attachments are still added via Update task details references. If you are strictly on Planner Premium/Loop, this still works when the plan is surfaced in Planner; otherwise you’d use Graph.) 
     
    4. Attach the SharePoint folder link to the task
    Action: Planner --> Update task details
    In References:
    Reference alias 1 = e.g., “Project Files”
    Reference resource link 1 = (sharing link URL from step 2)
    That renders as an “attachment” tile in Planner. 

    Tip (multiple links): Build an array of { "alias": "<Name>", "resourceLink": "<URL>" } and pass it to Update task details to add 0‑N attachments at once. 

    Why this works?
    Planner “attachments” are References (URLs to SharePoint/OneDrive/web). Power Automate exposes these in Update task details --> References, which is the supported way to add links programmatically.
     
    Additional References:
     
     
     
    ✅ If this answer helped resolve your issue, please mark it as Accepted so it can help others with the same problem.
    👍 Feel free to Like the post if you found it useful.
     
  • CU23041920-0 Profile Picture
    2 on at
     
    What is exactly meant with "(Note: the out‑of‑box Planner connector manages “basic” plans; attachments are still added via Update task details references. If you are strictly on Planner Premium/Loop, this still works when the plan is surfaced in Planner; otherwise you’d use Graph.)"
     
    I am also using premium plans, so far unsuccessful in adding a link to the attachment of planner premium tasks.
     
     
  • Suggested answer
    Kalathiya Profile Picture
    2,456 Super User 2026 Season 1 on at
     
    Yes, you can do this by passing the SharePoint folder link into the Planner task as an attachment.
    - Just add the "Create sharing link for a file or folder" SharePoint action and create the list for the folder.
    - Then after add the "Update Task Details" action pass the Display Name and Link
     
    Example:
     
     
    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!

    ​​​​​​​
     
  • Sunil Kumar Pashikanti Profile Picture
    2,318 Moderator on at
     
    Power Automate’s Planner connector was built for classic (basic) Planner plans.
    Adding attachments (including links) is not done with “Create task”
         → it’s done via Update task details → references

    Planner Premium (a.k.a. Project for the web / Loop-backed tasks) is only partially compatible
    If the Premium plan happens to be surfaced through the Planner UI, some connector calls may work
    If it’s a true Premium-only plan, attachments via Power Automate are not supported unless you use Microsoft Graph
     
    Why your flow does not work with Planner Premium
    Works
    • Basic Planner plans
    • Tasks visible in classic Planner
    • Updating task details → references
    ❌ Does NOT reliably work
    • Planner Premium / Project for the web plans
    • Premium-only task details schema
    • Attachments via Planner connector
    This is not a bug in your flow, it’s a feature gap.

    Planner Premium uses:
    • Dataverse-backed tasks
    • A different task/attachment model
    • APIs that Power Automate’s Planner connector does not fully expose
    The key technical limitation
    Power Automate’s Planner → Update task details action writes to:
          plannerTaskDetails.references
     
    That property:
    • ✅ Exists for classic Planner
    • ❌ Is ignored or blocked for Premium tasks
    So the flow may:
    • Run successfully
    • Return no error
    • But silently fail to attach the link
    This is why it feels confusing.
     
    What actually works today (your real options)
    Option 1 - Use Microsoft Graph (only guaranteed method)
    If you must add a link attachment to a Planner Premium task, this is the only reliable way.
    High‑level steps:
    1. Register an Azure AD app
    2. Grant:
      1. Tasks.ReadWrite
      2. Group.ReadWrite.All (if group-based)
    3. Use Power Automate HTTP action
    4. Call the Planner task details endpoint
    5. PATCH the references object manually
    Yes, it’s heavier, but it matches Microsoft’s current architecture.
    ✅ Works 100%
    ❌ Requires Graph + permissions
     
    Option 2 - Store links in a task field instead of attachments (recommended workaround)
    Many teams do this instead:
    • Put the URL in:
      • Description
      • Checklist item
      • Custom column (if using Project for the web UI)
    Why this is often better:
    • Fully supported
    • Visible in UI
    • No silent failures
    • No Graph plumbing
    If your goal is “users can click the link”, this is usually sufficient.
     
    Why the confusion exists in the community
    There are three overlapping realities that cause mixed answers:
    1. The Power Automate UI doesn’t distinguish clearly
      1. The same “Update task details” action appears selectable
    2. Some Premium plans appear inside the Planner app
      1. This makes people assume “it’s the same backend
      2. But, it isn’t
    3. People test on basic Planner without realizing it
      1. Then report success
      2. Others try Premium and hit silent failure
    So multiple “correct” answers exist, but for different plan types.

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