Hello, I have a Xano end-point that returns image records (using the image field type in Xano). I tried taking the whole object into a collection and just an array of the image URLs.
I was hoping to bind it to am image slider. The slider knows there are 3 pictures when I bind it to the array, but is doesn’t resolve to the actual images. I think I’m missing something in the syntax or that this use case is not supported.
Thanks Dorilama, so I fixed the binding, but I’m not sure where in the slider element to reference item.data. I don’t see anything like those option/value fields that are used in the multi-select dropdown.
from your picture it looks like you have both the flexbox element and the image element. have you tried binding the source of the image element to the url you get from the context?