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 / Can' Delete Project or...
Power Apps
Answered

Can' Delete Project or Add Work Item

(0) ShareShare
ReportReport
Posted on by

Hi,

 

I hope you're all fine.

 

I can't delete existing projects on the Milestones app or can't add any new work item to any projects. There are "Delete project" or "New work item" buttons on the app.

 

Have any idea?

Thanks!

2.png
1.png
Categories:
I have the same question (0)
  • Verified answer
    v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @Mafatu :

    I've made a test but did not encountered this problem.

    To confirm your problem, I checked the visible property of these two controls. They are all true, so they should be displayed anyway, unless these two controls have been deleted.

    1.JPG

    So, I have two suggestions:
    1. Re-create a Milestones app
    2. Create these two buttons manually

    Delete project-OnStart

    Reset(chkConfirmDelete_Project);
    UpdateContext({locDeleteProject: true});
    //set focus start
     UpdateContext({locSetFocusTimerStart: false});
     UpdateContext({locSetFocusControlTarget: "imgCloseWarning_Project"});
     UpdateContext({locSetFocusTimerStart: true});
    //set focus end 
    //screen reader start
    UpdateContext(
     {
     locScreenReaderAnnouncedText: With(
     {
     varAnnouncedText: With(
     {
     varDefault: "Opening a dialog to confirm deletion of the project",
     varOOBTextId: "btnDeleteProject_Announcement"
     },
     With(
     {
     varLocalizedText: LookUp(
     colLocalization,
     OOBTextID = varOOBTextId,
     LocalizedText
     )
     },
     Coalesce(
     varLocalizedText,
     varDefault
     )
     )
     )
     },
     If(
     locScreenReaderAnnouncedText = varAnnouncedText,
     Concatenate(
     varAnnouncedText,
     " "
     ),
     varAnnouncedText
     )
     )
     }
    );
    //screen reader end

    2.JPG

    New work item-OnSelect

    UpdateContext({locAddWorkItem: true});
    Reset(txtAddWorkItemName);
    Reset(cmbAddWorkItemTeamMember);
    Reset(cmbAddWorkItemMilestone);
    Reset(cmbAddWorkItemStatus);
    Reset(cmbAddWorkItemCategory);
    Reset(cmbAddWorkItemPriority);
    Reset(txtAddWorkItemDesc);
    Reset(datAddWorkItemTargetDate);
    //set focus start
    UpdateContext({locSetFocusTimerStart: false});
    UpdateContext({locSetFocusControlTarget: "imgCloseAddWorkItem"});
    UpdateContext({locSetFocusTimerStart: true});
    //set focus end
    //screen reader start
    UpdateContext(
     {
     locScreenReaderAnnouncedText: With(
     {
     varAnnouncedText: With(
     {
     varDefault: "Opening a dialog to add a new work item",
     varOOBTextId: "btnNewWorkItem_Announcement"
     },
     With(
     {
     varLocalizedText: LookUp(
     colLocalization,
     OOBTextID = varOOBTextId,
     LocalizedText
     )
     },
     Coalesce(
     varLocalizedText,
     varDefault
     )
     )
     )
     },
     If(
     locScreenReaderAnnouncedText = varAnnouncedText,
     Concatenate(
     varAnnouncedText,
     " "
     ),
     varAnnouncedText
     )
     )
     }
    );
    //screen reader end

    3.JPG

    Best Regards,

    Bof

  • MSchremm Profile Picture
    2 on at

    Actually i think it's a bug. I have the same problem, my teams app language is set to "German" and i cant see those buttons. When i set my teams app Language to "Englisch Uk" the buttons show up.

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!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 610

#2
Haque Profile Picture

Haque 317

#3
WarrenBelz Profile Picture

WarrenBelz 315 Most Valuable Professional

Last 30 days Overall leaderboard