I have a dashboard that displays information with a field containing a person's id. On one of the cards, I display an image of the person. The card uses an html table to display the person by calling an image url. When I try to export the dashboard to PDF, the export fails.
If there any way to tell Domo to ignore a card when exporting? Or, is there another way to efficiently sync an image to my data based on a field?
CONCAT('<div style="text-align:center"><img alt="DOWN" height="170px" src=','"{image url}',`{user id}`,'.png"','>','</div>','/n','<div><a href="#"','"target="_blank">',`{user name}`,'</a></div>')