When a ‘Suggestion Card’ is clicked it hides the RepeatingGroup and displays a ‘Card’ with the information of the clicked suggestion (Images, Name, Description of place).
When I click a ‘Suggestion card’ it displays the info correctly (Images, Name, and Description of the selected suggestion). Then, when i go back and click on a different ‘Suggestion’ the info that is displayed is almost all correct (Name, Description) except the images. Instead of displaying the current suggestions images it displays the images of the suggestion that was clicked first.
What could I be doing wrong? Or could it possibly be a bug?
Hey Eduardo I saw this recently too. For some reason, when you use “Parent Group’s Image #1” “Parent Group’s Image #2” “Parent Group’s Image #3” for the images in the carousel, it will not update when the parent group data source is changed. However, if you change the data structure so that the images on the Suggestion data type are a list of images (instead of 3 separate fields), it will work if you adjust the slideshow image settings to display a dynamic list. I created a new data type (suggestion2)/page in the forum app with your app’s setup using the dynamic list of images:
Aw, no problem at all Creating a list is a very similar process to adding an image to a single image field. For example, when making changes to the Parent Group’s Suggestion, the workflow for the Images list field will be “Images add Picture Input’s value”, instead of “Image 1 = Picture Input’s value”. Let me know if you have any questions!
It took me a while (longer than i liked to admit) to figure out how to make a list of things (wanted to try, before I asked).
But, I finally got it.
Thank you very much @fayewatson. I now have a solution to my problem and thanks to you I was guided to a new (easier) way of storing and displaying images.