This is for Sharepoint 2019 on-prem.
I’m working on a project with Sharepoint lists with lots of views (hundreds of views). If I want to add a new list column and make it visible to all views, is that possible through Nintex workflow so I don’t need to edit each view manually? I’ve been looking at webservice queries but the documentation is very difficult to find and digest. I have seen that I can make newFields through an UpdateList method, but I’m not sure how it works or how the syntax is.
A second question I have is if it is possible to add a new view to a list automatically through workflow. For instance if I would supply the list-id (or list name), criteria on which to sort and filter the view, and the view name, all through WF variables. If it is possible, how would it be done?