
Announcements
how to create a percentage type column in sharepoint list using http request in power automate (what is the FieldTypeKind number for percentage column)
Hi @Praba ,
The FieldTypeKind is 9.
{
"Title": "test2",
"FieldTypeKind": 9,
"SchemaXml": "<Field Type=\"Number\" DisplayName=\"test2\" Required=\"FALSE\" EnforceUniqueValues=\"FALSE\" Indexed=\"FALSE\" Percentage=\"TRUE\"/>"
}
Best Regards,
Wearsky