Hi I was wondering if anybody knows the code to turn the following option on using REST API when making Lists in SharePoint:
Here is the method I am using to create the field in the list:
Thanks
Solved! Go to Solution.
Hi @Anonymous,
Can you try this for the body of your request? I have added the FillInChoice property.
{
"__metadata": {
"type": "SP.FieldChoice"
},
"Title": "GroupNavigation3",
"FieldTypeKind": 6,
"FillInChoice": true,
"Required": true,
"EnforceUniqueValues": "false",
"StaticName": "GroupNavigation3",
"Choices": { 'results': ['N/A'] }
}
Hi @Anonymous,
Can you try this for the body of your request? I have added the FillInChoice property.
{
"__metadata": {
"type": "SP.FieldChoice"
},
"Title": "GroupNavigation3",
"FieldTypeKind": 6,
"FillInChoice": true,
"Required": true,
"EnforceUniqueValues": "false",
"StaticName": "GroupNavigation3",
"Choices": { 'results': ['N/A'] }
}
Your help is spot on as always thanks a bunch 🙂
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
26 | |
26 | |
23 | |
14 | |
10 |
User | Count |
---|---|
62 | |
56 | |
29 | |
28 | |
24 |