Skip to main content

Notifications

Power Apps - Building Power Apps
Unanswered

Offline PoweApps

(0) ShareShare
ReportReport
Posted on by

Hi Experts,

I am trying to create offline app. I am facing issue-

My scenario is - I have a screen containing some textinput , labels etc and on submit button I have following code 

lookup.PNG

 

 

 

 

 

 

 

And on Onstart of App I have following-

LoadData(
TriagebyBusCollection,
"Saveitemstotriagebybus",
true
);
If(
!IsEmpty(TriagebyBusCollection.cre08_temperature) && Connection.Connected,
ForAll(
TriagebyBusCollection,
Patch(
'Triage daily Replicas',
Defaults('Triage daily Replicas'),
{
Temperature: cre08_temperature,
'Other Symptoms': cre08_othersymptoms,
'Seat Number Dummy':cre08_seatnumberdummy,
'Population Master Lookup': cre08_populationmasterlookup,
'Cedula ID': cre08_cedulaid,
'Journey Lookup':cre08_journeylookup

}
)
)
);
If(IsEmpty(Errors('Triage daily Replicas')),Clear(TriagebyBusCollection));
SaveData(
TriagebyBusCollection,
"Saveitemstotriagebybus"
);

 

Facing issue as show in the image. How can I solve that? How can I fetch GUID and insert into CDS online and offline ?

 

 

 

Categories:

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,666

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,996

Leaderboard