I’d like to display certain images based on the status of the order. I tried to do it inside of a “if/then” column but it doesn’t give you the option to add an image. Is there an easy way to do this?
You can paste the Image Address there and you will see the Image Address in Data Editor but once you connected that in the list image section you will get the image!
To make this easier what I do is ( this is a tip that I learned from this great community ) create another table/sheet and store the images and in the table that I’m building the if/then else column I will create a single value column to get that relevant image and if there more some more single value columns to get that images! And when I edit the image going to that table/sheet it also updates in the if/then else column.
So the goal is to have the spreadsheet automatically fill the column with the accurate image-type, so copying/pasting the image link wouldn’t work for this particular app.
Just confirm what you’re saying:
SHEET_ONE = contains all the images for the status type
SHEET_TWO = contains a column that fetches the images from SHEET_1
Here’s where I’m at right now:
I created the second sheet
I know the relation is working properly because I see this:
Now I just need a new column in SHEET_2 that actually get’s the image from SHEET_1 using the relation we created right. But how do I do that? What would the next step be
Thank you so much for everything bro, you’re a big help!
OHHHHHH! It makes sense now ahah, thank you so so so much. There was a confusion because I never knew about the Lookup Feature, also didn’t know how it works.