I have an images column on a table that I want to copy to a new table in order to display them in a certain way on my details pages
I can never figure out how to start a helper table so that it connects to the original column correctly
how you want them to be connected?
Just sent you a message, since you needed help with the icons as well I might find some time to help with both and post the solution here.
I built something similar recently as follows:
I don’t need the image of the title component in the carousel (which I called the plan image), so the plan image has its own image column and the user uploads the plan image in an image picker and the images for the carousel in a different image picker.
You can slice and dice the array of images in the multiple images column by using a slice array computed column. So there are two things you can do with this:
Idea 1
Idea 2