Hi,
I've a problem with toggle, I made an app where when the user toggle the toggle to true it'll update the value to "Priority" in a SP list with patch function and I want the toggle to stay true in my gallery. But I noticed when I change few rows to true and then change one to false all toggles of my gallery reset to false but in my SP list the value is still "Priority" which is fine. On change, Reset and Default properties are empty
Here is the OnCheck property function:
Patch(Manifest;LookUp(Manifest;Title=PoLabel.Text);{Priorité:true})
OnUnCheck property function:
Patch(Manifest;LookUp(Manifest;Title=PoLabel.Text);{Priorité:false})
Still have the same issue
User | Count |
---|---|
247 | |
105 | |
82 | |
50 | |
43 |