I need help to display the uploaded images. I am unable to do so.
see screenshots:
Hello,
It looks like the content type of your repeating group does not match the type of content for the list of things being returned as the data source. You’ll most likely want to change the content type of your repeating group from “products” to “images,” though without more context its hard to tell exactly.
I hope this helps!
Hello sam.morgan,
Thanks a lot for your feedback;
What I did here is, I created a ‘products’ database, where I have an ‘images’ table which is being fed by the MultiImage Uploader.
See below a few screenshots so you may have an idea of what I am trying to do here.
Users have to be able to upload a few images of the product, which will show on the product details page.
Based on the information you’ve provided, you should set the type of content of the repeating group to “image” and the data source to “do a search for products:each item's images
”
If your repeating group is set up in this way, and the multi-file uploader is set to automatically update the same product records that you are searching for in the RG’s data source, when a file is uploaded (either via auto binding or through an “input’s value is changed” workflow), then the repeating group should reflect the newly uploaded image.
What more info do you need to shed some light on this issue ?
Thanks for the screenshots! I think the following steps will get you going in the right direction:
- Set the type of content for your repeating group to be images instead of products.
- Set the repeating group’s data source to “Current Page Product’s images”
- Set the dynamic image for image A to be “Current cell’s image”
Does that help you achieve what you are looking for?
No, … it didn’t work.
I have the images stored in the database of the Products. Is that correct?
Can you show the criteria that you set for the search for products? It’s returning an empty result.
-
on the repeating group:
a. type of content - products
b. data source - search for products -
on the image object:
a. Dynamic image - current page product images -
on the group where both these objects are into:
a. type of content - products
b. Data source - current page products
My database structure:
- Products : Screenshot by Lightshot
- Workflow : Screenshot by Lightshot
- I noticed that is doesn’t store the images in the database: Screenshot by Lightshot
I hope this info is enough for you to help me out.
In step 1b, in the search for products. What are the details? Can you click on the search for products and give a screenshot? That appears to be returning an empty result.
This topic was automatically closed after 70 days. New replies are no longer allowed.