The problem I’m facing is that when i do an inline list, I can’t seem to just get the individuals data because it always pulls from the entire source.
But when I diplay as an image template (split text, glide tables) there’s no way to show multiple examples and because it’s lower on the page you don’t see the pop up that indicates multiple pictures
ive been trying but I cant find a combination that works!
If i try filtering “stylist email is true” it goes away, if i start with “image split” it only let’s me pick “is empty” or “is not empty”
Picture shows example of what i want with inline list but it shows pictures that all different stylists have uploaded, not just the stylist who’s profile I’m on
Do you have a separate images table? If so, what is a common value that’s in both your Professionals table and your Images table? The only easy way you’ll get this to work is if your images are on separate rows. If you images for each professional are not on separate rows, then you would have to do some more work and create a working table that will dynamically populate with the correct images for a professional whenever they are selected from a list. It’s possible but harder to explain.
Hi, here is an idea , it’s a little long but , 1 you create a date column (date and time), and next to it a rollup column to pick the last date of date column.
2 you create a custom action for when you click to arrive to this page , in the custom action you set column value for the date column created with Current date time
3 you add an if then else column , with if date = rollup date then x else nothing
4 a second if then else column with if your first one is not empty then your split list of images
5 you create a column for the image ranking , a simple number column with 1 2 3 4, meaning first row 1 , second 2 … depending on your desired num of images
6 finally you simply put your split list of images in a column using if then else , if column for ranking = 1 then first of split images
i don’t have a seperate image table, the images are just included in the professionals table with all of their other details, but they are in their own row? This is what it looks like!
ok i made it all the way to creating the relation between the two tp/true’s before I encountered a problem. I followed everything exactly except i didn’t auto-populate my “images” table like you did by copying over a row because i wanted to see if it would grab it on its own.
It’s a crapshoot what you will see in a relation column. Glide is just trying to show 1 or 2 pieces of information from each related row to give you a rough idea of what it found. Relations return rows of data. Not columns. So it really doesn’t matter what you see. As long as you see those pill shapes in the column with something in them, then you know the relation is working.
You didn’t show your Images table, so it’s hard to say what it’s trying to pull back. If you aren’t finished setting everything up, then there may not be any images yet for the relation to display (if it chooses to show you images)…or maybe your column order is slightly different from Darren’s. Either way, it doesn’t really matter as long as the relation is working and finding matching rows.