I noticed a bug after an update of PowerApps when using Edit Form with Yes/No column and selecting Edit Options instead of Edit Toggle.
How to recreate:
Add Edit Form
Connect to SharePoint list which has Yes/No column field (I assume it would work for other database connections with Boolean fields)
Change from Edit Toggle to Edit Options
See that this changed the name of the DataCardValue and the function in Update is now producing an error.
Short fix is to unlock the field and manually enter the following formula:
DataCardValue2.Selected.Value = "Yes"
This appears to fix the problem.
Note: Just changing it to the correct DataCardValue field does not fix the issues (If I left DataCardValue2.Value, it still produces an error)
This only started to happen after an update as I have been using this field before and it did not produce errors when putting it into an Edit Form.
Hi @Anonymous,
I have reproduced your issue and will try to report this to the pg. I will update here once there is any further information.
Regards,
Mona
has there been any update to this since oroginally posted?