Hi Pablo - welcome to the community!
I assume you want Pais test field to have values like EEUU
, not { "country_name": "EEUU" }
.
In this case, adjust this field in two steps.
First, click Pais test field in your table settings:
Then, set Mapped value
of this field to be like {{ item.country_name }}
, like this:
Hope this helps