web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
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:
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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
Kalathiya Profile Picture

Kalathiya 403

#2
WarrenBelz Profile Picture

WarrenBelz 338 Most Valuable Professional

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 320 Super User 2025 Season 2

Last 30 days Overall leaderboard