Hi! I am a bit new to Power Apps and I am trying to change how my powerapp is functioning.
TLDR:
Does anybody know how to get a gallery item to change a toggle in a datacard based on boolean data from an excel sheet?
Summary of issue:
I have a data set coming from an excel document, which has a boolean column. I have a gallery and a form, much like the default tablet setup which it auto generates.
What I mean to do is have the gallery selection set a form toggle instead of a text label for the boolean information. This way I can toggle it on or off (true / false states) rather than use the text field and manually type True / False.
I've been confusing copilot with various questions and decided to contact this forum instead.
I also wish to use the toggle value to update the form when submitted.