Hi, my goal is to find views with a specific view template and switch the view template to another one in the project. this is what I have so far, but struggling to find the right nodes to find views with view template so I use the set view template node. Thanks in advance!
I think ViewTemplate.ByView
is creating a view template based on the view. You can get the assigned view template just like any other parameter. It should return the template element, which you can then get the name of. You can then filter the views based on the matching view template name and then assign them a new value (template). You can do all of this with the core get/set parameter nodes.