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 / PowerApps Planner Crea...
Power Apps
Unanswered

PowerApps Planner Create Task Error

(0) ShareShare
ReportReport
Posted on by 17

Can someone please guide me with debugging the following create task formula please? Note that I just added a random value for the planId, this is a place holder, but there is an error with the entire function, and I'm not sure how to fix it as I've tried various ways. In the planner, there are multiple buckets to represent different teams, so you select a bucket(team) from a combo-box, and when you create a task, it should be added to the bucket selected from the combo-box. The title of the task is based on the text input, and I would also like to be able to assign tasks to multiple users at the same time, as the assign to combo-box allows you to search for multiple users. I think my issue is with the bucketId:BucketID.Selected.id as it is expecting text but if I do .name or .text it fails to add to that bucket? Is it better to use powerautomate to do this? My only issue is using a powerautomate flow requires me to select a specific bucket I think instead of letting the user select one.

 

Planner.CreateTask(
    planId: "placeholder",
    title: Title.Text,
     {
       bucketId:BucketID.Selected.id,
        dueDateTime: DueDate.SelectedDate,
        assignments: Concat(AssignTo.SelectedItems, Id, ";")
    }
)
ninaaa_0-1714433486547.png

 

 
Categories:
I have the same question (0)

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 Apps

#1
WarrenBelz Profile Picture

WarrenBelz 549 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 225 Super User 2026 Season 1

#3
Haque Profile Picture

Haque 224

Last 30 days Overall leaderboard