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 Canvas App a...
Power Apps
Unanswered

PowerApps Canvas App and SharePoint List - Offline Mode

(0) ShareShare
ReportReport
Posted on by 37

Hey Guys

 

I have a SharePoint list where i manage all of the companies IT Support requests from

I have created and published a Canvas app that allows users to submit a new support request on any device they have.

We have a few sites with patchy internet so would like to make the app avalible offline, so when they have internet again they have the ability to sync/submit the ticket.

I have found a few examples online on how to do this but none seem to fit my scenario.

Few screenshots below.

 

AdsyD86_0-1663639397514.png

AdsyD86_3-1663639469596.png

 

 

AdsyD86_1-1663639433334.png

 

AdsyD86_2-1663639450642.png

 

Any help would be great.

 

Cheers!

Adam

Categories:
I have the same question (0)
  • AaronKnox Profile Picture
    514 Super User 2024 Season 1 on at

    A potential design could be to save new records in a collection to submit to SharePoint later:

     

    Create a collection that has the form schema you want to write to SharePoint.

    Patch new support records to this collection. 

    Create an 'Upload' button, in OnSelect add a ForAll to loop through the collection and patch to SharePoint.

  • AdsyD86 Profile Picture
    37 on at

    Thanks for the Reply Aaron.

     

    Is there a way to get the collection data to save when the app is closed?

    I have the below working to save the form in to a collection.

    But when i close and reopen the app the data is missing?

     

    Collect(
    TicketCollection,
    {
    Requestor:RequestorValue,
    ContactNumber:ContactNumberValue,
    EmailAddress:EmailValue,
    Subject:SubjectValue,
    Description:DescriptionValue,
    Status:StatusValue,
    RequiredDate:RequiredDateValue,
    Urgency:UrgencyValue,
    Category:SelectedCategory,
    SubCatApplication:ApplicationValue,
    SubCatHardware:HardwareValue,
    SubCatNetwork:NetworkValue,
    SubCatUser:UserRelatedValue
    }
    );

     

    Cheers

  • AaronKnox Profile Picture
    514 Super User 2024 Season 1 on at

    Yep, that is by design as a collection is only held in memory.  You will want to use the SaveData/LoadData/ClearData functions to accomplish this.

     

    I will be working on a project in the next few weeks that requires offline functionality so I will have more experience in this regard and will check back with more info as I learn how best to do this.

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 March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 538

#2
WarrenBelz Profile Picture

WarrenBelz 420 Most Valuable Professional

#3
Haque Profile Picture

Haque 305

Last 30 days Overall leaderboard