Convert a Web Domain into a Image in a Table

Hi,

 

I'm trying to recover information about some domains in a table, but I'd like to know if there's some tool that I could connect to the Domo dataset so I could be able to conver the Web Domain into an Web Image from the website (for instance its icon).

 

Does anyone have done something similar?

 

Kind regards. 

Tagged:

Comments

  • You can use HTML code in table cards to create images.

     

    case

    when `Web Domain` = '....' then 

    concat('<div style="text-align:center"><img alt="DOWN" height="20px" src="URL of image">','</div>')

    when `Web Domain` = '....' then

    etc.

     

     


    “There is a superhero in all of us, we just need the courage to put on the cape.” -Superman
This discussion has been closed.