Wanted to reborn this topic on the hope there was some improvement after such a long time.
I want to join several values in a "Update the values" action set with OPERATION mode.
first and simple I want to join
product.product_code + " " + product.product_name
these are both from same table.
then would be great if I could add the Brand name stored in the Category Table
product.product_code + " " + product.product_name + " " + category.category_name (for brand)
I guess the brand thing would be not possible, but for the other part should be possible at this time to join.
I already know how to do this with a triggered plugin but to do with mass actions has become a major need.