How to set "Default Value" in a custom selection field with a Selection Field Choice Set #19766
-
I am trying to set a default value for a custom field. The selection choice set is defined like this:
The problem comes when I try to set a "Default Value" for the custom field. Either it says my entered JSON is either invalid or this message: Invalid default value "{'choice3': 'Owned by tenant'}": Invalid choice ({'choice3': 'Owned by tenant'}) for choice set ownership_choices. The above message comes when I enter this JSON:
I might just be a JSON noob, but I really can't see a solution to this myself. :( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Just enter "Owned by tenant" as the default value. |
Beta Was this translation helpful? Give feedback.
Sorry, no, doesn't work.
Owned by tenant
Results in:
Enter a valid JSON.
"Owned by tenant"
Results in:
Invalid default value "Owned by tenant": Invalid choice (Owned by tenant) for choice set ownership_choices.
After messing around with it for a while, I found success, in that I just need to enter this
"choice3"