Change all image

I need to change an image in my image column, but I have many users. Is there a way to make this new image change for everyone in this column, or do I have to change it user by user?

What I use is a configuration table that has a single row with an image column. I use a single value computed column in the desired table and an if then else column to output the custom image or the default image. Then I use that IF then else column to show the images.

Is that what you want ?

1 Like

How are you populating that image at first? What’s the use case?

1 Like