
Announcements
I have a flow to create a document library in SP. I have to create one each quarter do to the volume of documents that end up in the libray. The Flow works fine, except that it does not create any of the views in the Flow dispite reporting that everything worked.
Do I have the syntax wrong here?
_api/web/lists/GetByTitle('@{variables('NewListName')}')/views/getbytitle('All Documents')/ViewFields/AddViewField('Month')