Hello,
I just started working with PowerApps last week. I was able to create an Events Lead app to collect data we need and feed our Dynamics 365. We like the options and that we could prefill some data fields. We believe we can collect data quicker then Dynamics Quick Create form.
I have been able to make the phone app and create an online only version. I was even able to take the phone version and convert it to a tablet version with some information I found. My problem is now I would like to look at an offline mode. I figure conventions can have hit or miss signal. Not waiting for a good connection may be best.
I found articles on using a collection to capture offline data https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/offline-apps . I have been unsuccessful getting the collection to work with our data. I was using an editform with SubmitFrom()
If( Connection.Connected,
SubmitForm(Form1_1),
Collect( LocalEventLeadsToPost, Form1_1 );
SaveData( LocalEventLeadsToPost, "LocalEventLeadsToPost" )
);
I believe this is where I may have to make a change or possibly something on each datacard.
Thank you,
Brant

Report
All responses (
Answers (