Skip to main content

Notifications

Power Apps - Building Power Apps
Answered

Offline collection keeps returning

(0) ShareShare
ReportReport
Posted on by 395

Hi,  

I have an offline app with a collection (KBXCollection) as well as a button to upload list to sharepoint (KBXjob). The App"OnStart" is set to 

LoadData(KBXCollection, "KBXCollectKeep")

and the button to upload data is set to;

ForAll(KBXCollection, Patch(KBXoffline, Defaults(KBXoffline), {Site: Site,PO: PO,MachineID: MachineID,Title: Title,Date:Date}));
Reset(TemplateGalleryList1);
RemoveIf(KBXCollection,true);
Navigate(Editscreen);


The problem i have is each time you log back into the app, the submitted data from Collection keeps returning (i have also tried running Clear(KBXCollection)) I would like to have the data from the collection load on startup but only if it hasnt been submitted to sharepoint. Any information would be much appreciated 

  • Verified answer
    Matt383 Profile Picture
    Matt383 395 on at
    Re: Offline collection keeps returning

    Thanks Pstork, that was the missing piece. 

  • Verified answer
    Pstork1 Profile Picture
    Pstork1 64,767 on at
    Re: Offline collection keeps returning

    Normally, once you've synced the data to online you clear the collection and also do a SaveData (to clear the collection that is stored).  Otherwise as you've found the data comes back when you next LoadData.

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

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,475

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,767

Leaderboard