How to write template parameters via scripting in template repeater

Hi connections,
I need to write the Templates Parameters in the Templates Repeater with the Via script.
Please help me out.

Thank you.
Adarsh

Hi

you could just assign a variable to template repeater, then loop through and depending on your template parameter condition.

i.e
TR = event.source.parent.getComponent('Template Repeater')
for template in tr.getLoadedTemplates()
etc etc

I am new to this, so other experienced users will have better ideas. but it worked for me

1 Like