Hi,
I have dropdown A, dropdown B and a toggle button. I need to have dropdown B selected value same as dropdown A when the toggle button is clicked.
On Default dropdown B: If(togglebutton.Value,dropdownA.Selected.Value, ThisItem.OwnerGender)
On Items dropdown B: Choices(sharepoint list.OwnerGender)
I got "The function "If" has invalid arguements".
Thanks for helping.