Hi All, I am using flow to generate a share point list, then adding columns to it. I need to add the newly created columns to the default view and hit a road block.
I was thinking of using this endpoint but i need to get the list and view ID as a variable and pass it onto this.
http://<sitecollection>/<site>/_api/web/lists(listid)/Views(viewid)/ViewFields/addViewField(strField)
Any help is much appreciated!