I have created a collection to store the data entry from my edit form when the connection.connected = false. I would like to load my collection into the datasource when the connection.connected = true. Is there any way to do this?
Solved! Go to Solution.
For those of you who are also facing the dreaded task of making an App that is available offline, let me try and help you out a little bit. Before beginning the steps please note that the following solution I did not do any of the below:
The following are the steps I followed to create my form:
You final formula should look something like the folowing:
Collect(TestCollection,{Title: Title!Text, Column2: Column2!Text}) ; If(Connection.Connected = true, Collect('Data Source', TestCollection);Clear(TestCollection);Back(),Back())
Hopefully this help a few of you. I wasn't able to figure out how to change my display to show the collection information when offline but it'll work for what I need.
For those of you who are also facing the dreaded task of making an App that is available offline, let me try and help you out a little bit. Before beginning the steps please note that the following solution I did not do any of the below:
The following are the steps I followed to create my form:
You final formula should look something like the folowing:
Collect(TestCollection,{Title: Title!Text, Column2: Column2!Text}) ; If(Connection.Connected = true, Collect('Data Source', TestCollection);Clear(TestCollection);Back(),Back())
Hopefully this help a few of you. I wasn't able to figure out how to change my display to show the collection information when offline but it'll work for what I need.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
261 | |
130 | |
86 | |
86 | |
68 |