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 Apps
Unanswered

Offline PoweApps

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

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:
I have the same question (0)

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 529 Most Valuable Professional

#2
Haque Profile Picture

Haque 230

#3
Kalathiya Profile Picture

Kalathiya 217 Super User 2026 Season 1

Last 30 days Overall leaderboard