Forum Discussion
dirkzwart
Jan 28, 2021Copper Contributor
Create Managed Metadata column in a list using REST API
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 whic...
gopi911222
Aug 23, 2022Copper Contributor
dirkzwart Do we have any solution for creating managed metadata column using rest api?