Hello. I want to customize a form in SP by dividing my fields in two dropdown Lists, thus I added a button for each section and set the OnSelect property to:
- Set(varshowfields, If(varshowfields=1, 0, 1) )
The button works perfect when adding a new item, but with existing items, it doesn't work. Any idea of how to implement it to work both in existing and new items?