Hi there ✌️
Hope you are doing well 😄
I was in contact with Microsoft Premier for this case, but they didn't find a solution.
I am creating an app that contains a lot of multiselect optionsets. These option sets must be available Offline.
I tried these links first, without success.
https://powerusers.microsoft.com/t5/Power-Apps-Pro-Dev-ISV/Multiselect-Optionset-control/m-p/313618
I dont use the Form Control anymore, because there are too many fields in this App, and I ran into performance issues.
The other reason is I can't Sumit multiple forms at the same time.
I tried to :
1. Collect([DataFromD365CRM]) --- Simple Collect - I works great
1.1. I Can Collect() data, but the Selectable multiselect's values are not available offline, even by collecting them in a separate collection 🤤
2. Patch([LocalCollection]) --- I have 17 screens with multiselects, IT JUST WORKS ON 1 SCREEN 🤣😢
->Cache ? -> I really don't understand ? -> Recreate the App ? 😶
3. ForAll([LocalCollection])Patch([ToD365CRM]) --- It seems to work
I can't Hardcode the MultiselectOption Set, the values can change later.
And I already did a Hardcoding for the TwoOptionSets...
Could you give me a solution please ? I take everything that can work.
Thank you very much !!! 😉😁
Best regards
If you have to use the app on offline, you can collect your data with LoadData/SaveData formula instead of directly connecting to connector.
Please check this page.
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/offline-apps
User | Count |
---|---|
185 | |
123 | |
90 | |
46 | |
42 |
User | Count |
---|---|
268 | |
159 | |
130 | |
82 | |
77 |