Hello all,
I am struggling with a relatively simple thing that works perfectly with SharePoint choice column:
- I have Choice Column (Yes/No) in Dataverse
- Toggle control added in form to replace the combo box
However, I can't seem to figure out how to configure the toggle button to replace the default combo box within the form (strange that Power Apps wouldn't recognize that it is a toggle button in Dataverse to begin with). The Dataverse column is titled Archived, and I can't get the toggle button to correctly show what is selected (Yes/No) within the Dataverse table, and I also can't get the submit form to update Dataverse based on what is selected on the toggle button.
I tried configuring the update function of the datacard to: If(tglArchived.Value, 'Archived (Action_Plans)'.Yes, 'Archived (Action_Plans)'.No) so I don't get an error in the datacard, but when I hit the submit form, dataverse doesn't change.
I set the default for the toggle to ThisItem.Archived. I also tried various other approaches with no luck.
I left the combo box in place so I could monitor:

As you can see, nothing updates.
Any advise on this? I literally spent hours on this and I couldn't figure it out.
Thanks a lot!