I tried to concatenate two fields, type and name, both are dynamic fields, one have a number into value and other have a char, String->Concatenate switch the order, like they are supposed to be "A" + 99, but no mather what order i choose to concatenate, it always returns 99 + "A". Does anybody can help me?