Skip to main content

Notifications

Power Apps - Building Power Apps
Unanswered

iPad not updating Form

Posted on by 95
Hi i have a problem were if i submit a form on a iPad values don't update to new values i have try a number of things like Refresh(datatable) on the submit button as well as on success of Form screen but it refuses to update even in offline mode If i navigate back to the Gallery (on another page) then go back to form it then show the update values has anyone got a fix for me. 
Im using Icons as buttons also
Gallery button 
Select(Parent);
Navigate('FieldPlanning SBP Data screen')
Submit form button
SubmitForm(SBPForm);
Refresh('FieldPlanning SBP Data');
UpdateContext({ editMode: false, newMode: false });
App onStart
ClearCollect(
   LocalSBPIDs,
    Filter(
        'FieldPlanning SBP Data',
        StartsWith('SBP ID', "SBP-ID-")
    )
);
ClearCollect(SBPImageCollection, SBPImageGal.AllItems);
Set(ImageLoaded, false);
ClearCollect(
    SBPDataCollection,
    'FieldPlanning SBP Data'
);
 
 

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

November 2024 Newsletter…

November 2024 Community Newsletter…

Community Update Oct 28…

Power Platform Community Update…

Tuesday Tip #7 Community Profile Tips…

Welcome to a brand new series, Tuesday Tips…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 143,297

#2
RandyHayes Profile Picture

RandyHayes 76,308

#3
Pstork1 Profile Picture

Pstork1 63,890

Leaderboard