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 / Check-in and Check-out...
Power Apps
Unanswered

Check-in and Check-out document without using MS Flow

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi All,

 

Good day!

 

We are currently building out Sharepoint Library, and it would store massive amounts of documents, currently, we are trying to figure out a way to check out documents with powerapps only. 

 

We know that it can be achieved through PWApps and Flow, but we have limited flow counts, so our only option is if there is such a function that would allow us to check-out/in documents in powerapps only.

 

Thank you!

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

    Hi @Anonymous ,

    Do you want to Check in or Check out SP Library doc using PowerApps app only?

     

    Currently, within PowerApps, there is no function supported to Check in or Check out SP Library doc. If you want to use PowerApps app to check in or check out SP Library doc, I afraid that there is no way to achieve your needs.

     

    As an alternative solution, I think Customer connector could achieve your needs. You could consider create a custom connector based on Microsoft Graph REST API within your PowerApps, then within the custom connector, define the Check In and Check Out action based on the following action path:

    Check In action path:

    POST /drives/{driveId}/items/{itemId}/checkin
    POST /groups/{groupId}/drive/items/{itemId}/checkin
    POST /me/drive/items/{item-id}/checkin
    POST /sites/{siteId}/drive/items/{itemId}/checkin
    POST /users/{userId}/drive/items/{itemId}/checkin

    Check Out action path:

    POST /drives/{driveId}/items/{itemId}/checkout
    POST /groups/{groupId}/drive/items/{itemId}/checkout
    POST /me/drive/items/{item-id}/checkout
    POST /sites/{siteId}/drive/items/{itemId}/checkout
    POST /users/{userId}/drive/items/{itemId}/checkout

     

    After that, you could create a connection to above custom connector in your app, then you could use the Check In and Check Out action within your app.

     

    More details about creating a custom connector based on MS Graph REST API in PowerApps, please check the following blog:

    https://gotoguy.blog/2017/12/17/access-microsoft-graph-api-using-custom-connector-in-powerapps-and-flows/

     

    More details about creating custom connector in PowerApps, please check the following article or video:

    https://www.youtube.com/watch?v=dBCS1nPsDiE

    https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/register-custom-api

     

    Best regards,

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