Hello! I’m looking for a solution for a prototype.
I would like to simulate the photo selection feature that Instagram currently has when publishing a carousel. That is: select multiple images in the order I want and be able to assign a number to each one. The assigned number represents the order in which I select them.
So far, I’ve managed to save the total number of selected photos in a numeric variable, but I can’t get the photos to have their own numbers. They all end up with the total number.
How could I do that? Thank you very much!