List to text join help

I have a list of a thing, wich has 2 text data types (name and value)
ex: my_list(4 itens):
*name
*value

Is possible create another text data to join them as a text? (name + value) for each iten in my list without backend workflows
ex: new_data
*name+value result, name+value result, name+value result, name+value result,

You can add as many things to a single item as you can while formatting them as text:

See that I combined key, value and do another search for something else based on the value of the current item.

image

1 Like

Spot on!
Thank you so much :slight_smile:

This topic was automatically closed after 70 days. New replies are no longer allowed.