I have a yes/no option box, however, someone accidentally made a selection and I cannot seem to find where to set the field to Null. I've tried in dataverse but cannot set it to no selection (null = neither yes or no).
I have a yes/no option box, however, someone accidentally made a selection and I cannot seem to find where to set the field to Null. I've tried in dataverse but cannot set it to no selection (null = neither yes or no).
Hi,
If you want to allow user to set null we should use optionset field instead of Boolean type .
Now for your requirement you can create on-demand workflow to clear bool field value and run your workflow on the records where you want to set null
by standard UI you can't set back to null (empty).
Alternatives are a PCF control to handle null for boolean fields, a classic workflow (where you clear the value of this field) or set the value null by code
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,532 Super User 2024 Season 2
Martin Dráb 228,501 Most Valuable Professional
nmaenpaa 101,148