Generate unique App Names

I am using the Type as App Name and its giving me duplicate values when I export like 1000 rows. Is there a way to set to return only unique Names?

Thanks

I ran into this issue the other day as well.

I just worked around it by having three hidden fields:
__rownum Type: Row Number
__appname Type: App Name
__color Type: Color

and then mashed them all into one, the row number makes it unique.

Column: app
Type: Template
Template: {__appname} {__color} v{__rownum}