Hi @Edison Tulcanazo ,
Thank you for posting in the community.
I checked the src section in your json and found a lot more mismatched right brackets, which is probably what is causing you to not see the image in the default view. I reorganized the src section:
“src”:”=if(@currentField,('https://www.worldometers.info/img/flags/' + if(indexOf(@currentField,'Afganistán')==0,'af',
if(indexOf(@currentField,'Albania')==0,'al',if(indexOf(@currentField,'Alemania')==0,'gm',if(indexOf(@currentField,'Argelia')==0,'ag',
if(indexOf(@currentField,'Argentina')==0,'ar',if(indexOf(@currentField,'Andorra')==0,'an',
if(indexOf(@currentField,'Antigua y Barbuda')==0,'ac',if(indexOf(@currentField,'Arabia Saudita')==0,'sa',
if(indexOf(@currentField,'Vietnam')==0,'vm',if(indexOf(@currentField,'Yemen')==0,'ym',if(indexOf(@currentField,'Yibuti')==0,'dj',
if(indexOf(@currentField,'Zambia')==0,'za',if(indexOf(@currentField,'Zimbabue')==0,'zi','no')))))))))))))+
'-flag.gif'),'')”
You can replace your src section, and then refresh the page to see if the images are displayed properly.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".