Apply View Template to Multiple Views

Hi there - I’m trying to set a view template to multiple views based on the associated level. I’ve gotten as far as separating views by level, and removing any non-associated ones. But when I click run, no changes to the templates are made! I don’t get any errors so I’m guessing its something to do with the way I’m presenting my list to be manipulated.

Anyone have any ideas?

After looking properly at this, I think it has to do with the list being a string and not the actual Level element? Any way to retrieve the elements from the string list?

You could try to insert another StringFromObject node before the secornd String.Contains, like you did the first time. I think you don’t need List.Map though.

@dblackRDK
Try this…element name

Hope it helps

Hi guys - I tried both suggestions but now I’m getting a null list at the very end. See attached.

(By the way, I want to apply one template, then apply another straight after).

Any more ideas in how to go from here? The apply view template node wants to read a View, but I’m feeding in a string, and I don’t know how to get it to a View :frowning: