Jan 28 2021 08:14 AM
I am able to create columns in a list using the HTTP Request in Flow:
{
'__metadata': { 'type': 'SP.FieldText' },
'FieldTypeKind': 20,
'Title': 'Role'
}
However, does anyone know which FieldTypeKind value to use or other terms to use for adding a Metadata column to a list using the REST API?
Jan 28 2021 09:23 AM
I am not sure if it is possible to create a managed metadata column using SharePoint REST API. I didn't find any FieldTypeKind for managed metadata columns in Microsoft documentation - FieldType enumeration
Also, you might want to check below Microsoft documentation which covers column/field related SharePoint REST API examples:
Please click Mark as Best Response if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
Aug 23 2022 04:15 AM
@dirkzwart Do we have any solution for creating managed metadata column using rest api?