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,