Hi,
I have an app with a Submit button that patches to a Sharepoint list, it is in Display Mode Disabled until all text boxes in the gallery are filled out with numbers > 0 when it switches to Edit Mode. I used the following code to achieve this:
If(
"000" in Concat(
WaterTAuditGallery.AllItems,
Value(WaterDegCAnswer.Text) & "0"
),
Disabled,
Edit
)
The Submit button is working fine along with the Navigate button that directs you to the Submit button page. However, when opened on an Android tablet, the button colours do not reset from the second and future times they are clicked although the patch and navigation works fine so it does change to edit mode. On the PC, it works as expected. Presumably there is nothing wrong with the code as it all works perfectly on the PC.
What could be going on and is there anything I can do?
The PowerApps app on the tablet is up to date and the version of the app is the same.
Thanks,
Izzy.
Hi,
It seems that I am not the only person with this issue. Please see:
for more information.
I am using a Samsung tablet.
Izzy.
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
213 | |
197 | |
83 | |
59 | |
38 |
User | Count |
---|---|
307 | |
255 | |
121 | |
86 | |
55 |