Hello everyone im hoping to receive some quick help on this manner. Im having a small issue understanding how to pull an image from saved data without a repeating group. i have a search bar set up and a few inputs. I have it set up so when i search a name in my search box it will put up the original data from when that entry was submitted using parent groups. Can i use this same method to pull the image with it as well?
Yup! You sure can. As long as the image is saved in the database with everything else or at least the url to the image, that should work.
and the image is saved i can see it in app data. The main question is what do i use to pull it back out i know i cant use a picture uploader.
There is an image element that you can use. The source will be where you put the dynamic data to connect it to the image you have in the database. I hope that makes sense.