Hi, would someone mind sharing an example of using quickchoice with static resource images?
I have the images stored in the fsc_Quickchoice_Images static resource and I am populating a string collection with the names, but I cannot get the images to show:
my requirement is for a tablet based flow to allow people who can't read to select items for a food parcel.
many thanks
I use this in a couple area's with images. 1st- since you are using name strings and images you have to make sure everything is in order and the names you are adding match those inside the zip file and include the full file name (including .png - see image below). 2nd, I do not know which one is the correct one anymore but I update 2 difference zip folders in my static resources. I no longer know which one is the correct one as I always just update both at the same time but one does not work. The other folder is called quickchoice_images and you got the other one correct.
Last- I stopped using the full strings after he added the static choices. It's much easier to manage but that has nothing to do with your question and you still need to have your image files in order and set the same way. You can delete all the other variables though.