I have a Sharepoint List, with most of the Columns being Lookup Columns from other Sharepoint Lists. While this works great, as in the Form working correctly as one would expect with the DropDowns populated correctly, the performance leaves a lot to be desired i.e. everytime clicking on a DropDown, it takes a few seconds to populate the DropDown list.
While I can create Collections locally on the device from the SP lists, is there a way to point the DropDown to the locally stored Collection instead of retrieving it from Sharepoint?
Main reason I chose to use Forms was to get the LastSubmit.ID for the new record created when the Form is submitted. As an alternative is there a way to get the ID of the newly Created ID when using something like "Patch" instead of Forms?