I'm starting to explore the new Dataverse Offline First feature but I couldn't get it working properly. The app works just fine when I'm in the preview play or playing on the browser, but it does not behave the same when on mobile,not even when connected to the internet.
The first problem was occurring when Patching records.
So my first question is:
1 - Is it possible at all to use Patch with Offline First or does it only work with Forms through SubmitForm? If it's possible, is there anything different that I have to do?
The second problem I'm facing is when trying to filter data in a Lookup column. I was trying first with a regular text column, then I also tried with the GUID column and primary name column, none of the seems to work. It show the error "Error when trying to retrieve data from the network".
So, second question?
2 - Is it possible at all to filter on Lookup columns with Dataverse Offline First? If yes, how do I do it?
Just some details about things I've already set up:
- All the tables have the 'Can be taken Offline' on
- I've created all the relationships needed
- I've tried with auto-generate offline profile and also with one that I configured myself, trying "all" the possible configurations regarding witch records to load, including All Rows for all the tables.
- And recapping, the app works just fine on preview or on the browser, but it does work on mobile neither online or offline.
I couldn't find any details in the documentation, so I appreciate any help I can get.