Good afternoon,
I have been developing an Application within PowerApps for a number of weeks now. Since the middle of last week, my patch function no longer works on my mobile devices, however this issue only persists within this specific PowerApp application
The code in question, which is on the "on select" for a button, looks like the following:
Patch('Data source',{Title:"Title field",FarmCode:"123",TicketNumber:"12654",Tonnes:16,Tipping_x0020_Point:623})
When i run this application from within PowerApps desktop, it patches the information to the data source. When i run the same app from my mobile device (testing on Android Tab A and an iPhone 6S) the button does not work.
If i then build a new application, add the same code as above to a new button, I am able to run it on all devices.
What changes could I have made to my App that would stop this from working?
All the other code within my app works correctly on all devices other than when patching / collecting to a live data source from a mobile device.
Any help would be appreciated
Thanks in advance,
Jason Dennehy