I'm using replace text to change Country ID codes with the name of the country but I find out that when the the text code is "10" it just read the last number and replace it. What should be the right configuration to search the whole text?
I would not recommend replace text for this. I would create a lookup table with the country id's and the country name and join that to your main dataset in the ETL. You can use Domo Webform or upload an Excel file to create the list of the values. Add that file to your ETL and join on country id. This will be much easier to maintain going forward.