Greetings,
I am trying to build a fairly unique circumstances, but keep running into problems, and hope that this community can help.
I have a page of my PowerApps with Toggle Switches that turns on and off (Yes/No Field) in a SharePoint List. That part works great, when I turn on or off the toggle, it updates the Sharepoint List.
Now, I am trying to use 'IF/THEN' type statements to turn 'DisplayMode' and/or 'Visible' to True/False based on those toggle switches.
Two problems seem to exist:
1) The 'Title' Label and the 'Yes/No' Field are different columns, so I'm not sure how to say, "IF Location1 (Title) is marked 'Yes' (Yes/No Field), THEN ..."
2) I am trying to use the IF/THEN Statement outside of a Gallery or Form, so 'ThisItem' doesn't seem to be a viable option.
The end goal is that I can turn on or off a toggle for a Location, and it will display that location in the Main Menu Page, and a few Internal Buttons that will link to that screen.
Thoughts?
Larry French