Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Display conditional picture

Hi,   I have a belt column with the following value : yellow belt, green belt or black belt  I have this pictures for this belts :    I made a summary of my data, the user choose o...
  • v-kelly-msft's avatar
    4 years ago

    Hi Anonymous ,

     

    If the pictures are from your local machine,check the vedio below:

    https://www.youtube.com/watch?v=A-Ytgs6p0aY

    I made a simple sample for reference,pls see attached.

    Also check the supported data URL scheme below:

    data:       
    data:text/plain
    data:text/html
    data:text/html;base64
    data:text/css
    data:text/css;base64
    data:text/javascript
    data:text/javascript;base64
    data:image/gif;base64
    data:image/png;base64
    data:image/jpeg;base64
    data:image/x-icon;base64
    data:image/svg+xml;charset=utf-8
     

    Best Regards,
    Kelly

    Did I answer your question? Mark my reply as a solution!