value repeating itself..??

I am using template to create a “text link”
value in template is <a href=“http://www.google.com/”; target=“_blank”>google
the values are repeating …??
why is this happening …???

There is a checkbox on the Template component called “Do not run Template on each row”. If you check this, the Template will only run once.

Thanks ZACH for the qUICK REPLY.!!
what if i am using template as a field means template in table or field editor…???
thanks
rizvan

This is because you do not have Conditions on your Model to limit the number of records returned — your Field Editor is showing itself for every record in its associated Model. If you only are expecting one record to show up in your Field Editor, you will need to add Conditions on your Model.