I'm trying to create a Document Libraty with a Flow, since it appears that you can no longer use Document Library Templates.
I've been able to piece together most of what I need, however, I need a calculated column in the Library and I'm stuck on that one. I know the FieldKindType is 17, what I can not find anywhere is how to specify the formula for the calculation. I have the following in the body:
{'__metadata': {'type':'SP.Field'},
'FieldTypeKind': 17,
'InternalName': 'Month',
'Title': 'Month',
'Description': '',
'Required': true,
'Hidden': false
}
but I can't find the syntax for the formula.
Hi @BrianS ,
Please take a look at this blog.
http://www.ludovicperrichon.com/sharepoint-rest-api-call-with-powerautomate/#createsitecolumns
Best Regards,
Wearsky