I have a form where you can edit products, I have my product page set up in a way as there is a “Main Image” data field and an “Images” data field, the Main image and the first image of the list of images should be the same in order for it to be displayed.
I can replace the main image but I cant seem to understand how to allow the user to replace the first image only from my list of images.
I really Appreciate your answer, I will try it out tmr seperately, I managed to make it work for now after hours. What I did was:
I first removed item #1 from the list, then i added the new list into a field called temporaryimages, then i removed the whole list from the images field, then i added the picture uploaders value into images, then i added the list back from temporaryimages into images.
It works but it took 6 steps in my workflow, do you think its more efficient doing it your way or should i just call it a day doing it this way? Efficiency and performance wise of course.