Hello community!
Any ideas how to synchronize toggle in a canvas app with SharePoint choice column (true/false)?
So when it's true in SharePoint list toggle is on, when it's false in SP list it's off.~
Column might be specific.

Any ideas?
If(LookUp(ListName,Title="UCC" && ForceClosed.Value="true"), Set(locToggleValue, false),Set(locToggleValue, true))
I tried this one but my first part of the formula doesn't work, Invalid argument type (record) expecting Boolean. I guess I'm missing synaxis somewhere true/false.
locToggleValue is on select for my toggle
Any ideas?