Hopefully simple one - not for me. I want to trigger toggle2 if toggle1 is true. I'm trying an If statement in the default for toggle2. Can't seem to make it work.
If(Toggle1.Value = true,ThisItem.Deleteitem = true)
I've tried a few variations and longer expressions. Just stuck on this...