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 Apps / Planner - Get assignme...
Power Apps
Answered

Planner - Get assignment owner(s)

(0) ShareShare
ReportReport
Posted on by 27

I have a data table in my app which is successfully pulling back the planid, bucketid, title etc. The _assignment column displays as object object due to it being another table.

 

I have used the below formula to pull back the name of the owners. However whilst it pulls back the name, it only pulls back the name of the first task and then sets the same name against all other tasks (I have changed the name to be ID)

 

 

chrisuk01_1-1660637271330.png

 

Formula used

Concat(
ForAll(
ThisItem._assignments,
Office365Users.UserProfileV2(userId).displayName
),
Value & ";"
)

 

Thanks

Categories:
I have the same question (0)
  • Verified answer
    v-xiaochen-msft Profile Picture
    Microsoft Employee on at

    Hi @chrisuk01 ,

     

    I found that was a bug. If I use gallery rather than data table with the same formula, it works.

    vxiaochenmsft_0-1660806986453.png

    vxiaochenmsft_3-1660807248118.png

     

    I found a workaround.

    vxiaochenmsft_2-1660807030869.png

     

    AddColumns(Planner.ListTasksV3("<plan id>","<group id>").value,"Test",Concat(ForAll(_assignments,Office365Users.UserProfileV2(userId).displayName),Value,";"))

     

     

    Best Regards,

    Wearsky

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 326 Most Valuable Professional

#2
11manish Profile Picture

11manish 168

#3
sannavajjala87 Profile Picture

sannavajjala87 75 Super User 2026 Season 1

Last 30 days Overall leaderboard