I created a repeating group, and inside, an image for the profile picture of each user. I set the dynamic image.
I have my images uploaded in the app data
But the images aren’t displaying
What I’m doing wrong?
I created a repeating group, and inside, an image for the profile picture of each user. I set the dynamic image.
I have my images uploaded in the app data
But the images aren’t displaying
What I’m doing wrong?
Let’s debug this:
Can you make the image smaller (say 80x80) and give it a border so you know where it is and make sure the size is correctly being displayed. Double check your layout settings on “Image A” to ensure it’s actually visible on page load and has a fixed size for debugging.
Then preview your page with debug mode, hover over the outline of the image and inspect what is showing…
Hi Luis thanks for helping me.
I ensured the image is visible on page load as you can see in the image
But I inspected and “the element is not visible”
In the last screenshot, it says “Image Source: (empty)” — click that to see the path of data and understand why your image isn’t visible.
Privacy rules? Check those if you are setting the file on the user level.
Wrong file type?
If you manually set the image on the element by using the static field, does it work?
Send me the editor link and I can quickly tell you why
I found the problem. I was looking for the “Creator” attribute, when I needed to point to the attribute “Creador del servicio”, which I created to relation the Users table.
Thanks for your help!
I’m glad you noticed! I was about to send you a message about this. Good luck on the rest of the build