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 / The specified object w...
Power Automate
Answered

The specified object was not found in the store.

(1) ShareShare
ReportReport
Posted on by 150

Got the Following Error:

The specified object was not found in the store.
clientRequestId: c6f4b25e-5fd3-4606-8135-38b880c08364
serviceRequestId: 831fe95f-5410-4c93-a88d-232d71581db7

 

I have a flow that is triggered in a Power App and creates a calendar event date. It works fine for me but others are getting the above message. Looking thru other posts they hint around to a permissions issue but the problem is happening to the group that gave me permissions to the shared calendar. 

 

Categories:
I have the same question (0)
  • trice602 Profile Picture
    16,048 Super User 2026 Season 1 on at

    Hi @Ferminaterz ,

     

    Here's a reply from a Super User that may help you.

     

    Get Event V3 - The specified object was not found ... - Power Platform Community (microsoft.com)

     

     

  • Verified answer
    Ferminaterz Profile Picture
    150 on at

    I was able to solve my problem. I didn't use a flow but would be the same thought but could use the same process to grab the calendar ID to pass along to the flow. The advantage of using the Office365 Outlook Connector, is I can grab the event id to be saved and used later.

     

    //Finds the Group Emails
    Set(findmyID2,
    LookUp(Office365Outlook.CalendarGetTablesV2().value,name="MFR_G2",id));

    //Grabs the ID of the calendar based on the persons profile 

     

    If(IsBlank(varReviewItem.CalendarID), //Looks to see if the Event is already in Outlook
    Set(calitemid, // Used to Grab the Event ID. It changes each time it updates

     

    Office365Outlook.V4CalendarPostItem(findmyID2, //Calendar ID
    SubjectInput.Text,
    DateTimeValue(Text(DateLeaving.SelectedDate,"yyyy-mm-dd")&"T19:00:00"),
    DateTimeValue(Text(DateReturning.SelectedDate,"yyyy-mm-dd")&"T19:00:00"),
    "UTC",
    {body:BodyInput.Text,
    location:LocationCalInput.Text,
    isAllDay:true}).id),

     

    //Updates the Event

    Set(calitemid,
    Office365Outlook.V4CalendarPatchItem(findmyID2,varReviewItem.CalendarID, //Calendar ID, Event ID
    SubjectInput.Text,
    DateTimeValue(Text(DateLeaving.SelectedDate,"yyyy-mm-dd")&"T19:00:00"),
    DateTimeValue(Text(DateReturning.SelectedDate,"yyyy-mm-dd")&"T19:00:00"),
    "UTC",
    {body:BodyInput.Text,
    location:LocationCalInput.Text,
    isAllDay:true}
    ).id)

     


    );

     

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 Automate

#1
Haque Profile Picture

Haque 589

#2
Valantis Profile Picture

Valantis 328

#3
David_MA Profile Picture

David_MA 284 Super User 2026 Season 1

Last 30 days Overall leaderboard