hello,
I have an app form based on a sharepoint list. i have 2 choices columns, one with each of the provinces, and another with "french" or "English"
I would like to update the default selection for the language to "french" if the user chooses "Quebec" as the province.
the code i have currently in the DefaultSelectedItems property is If(ThisItem.Province.Value="Quebec","French","English").
do i need to nest the choices in a search formula first? what am i missing?


Report
All responses (
Answers (