I'm not sure what you would like to do with the list? The video addresses the issue with Images being a container themselves (and therefore conditional visibility isn't working correctly without adjustments). TH-cam isn't a very good platform for forum discussions - I'd advise to post your question with more details in Adalo forum and you may get some help there.
@@victorkuzmichev2443 How do you turn a list into a slider... I forgot what it's called. It's a list that only shows one item at a time. The usually have numbers on the bottom or arrows to skip to the next list item.
@@victorkuzmichev2443 Sorry if this is a double post. I thought I replied but it doesn't seem to be showing up here... So what I am asking how to do is make a list that only shows one item at a time. I forgot what they're called, but basically turning a list into a slider with forwarded and backward arrows.
@carltonblack2008 if you're talking about images, there is an "Image Slider" component which can show one image from a collection. For a custom list, you will need to implement the logic by yourself. One of the ways is to assign unique sequential IDs to each item in the collection, filter a list based these IDs (store Current ID in an input/logged-in user property), and change IDs when pressing back/forward buttons. A similar approach is described here: th-cam.com/video/GR4onw-TCHA/w-d-xo.html.
How do I do this with a list?
I'm not sure what you would like to do with the list? The video addresses the issue with Images being a container themselves (and therefore conditional visibility isn't working correctly without adjustments). TH-cam isn't a very good platform for forum discussions - I'd advise to post your question with more details in Adalo forum and you may get some help there.
@@victorkuzmichev2443
How do you turn a list into a slider... I forgot what it's called. It's a list that only shows one item at a time. The usually have numbers on the bottom or arrows to skip to the next list item.
@@victorkuzmichev2443
Sorry if this is a double post. I thought I replied but it doesn't seem to be showing up here... So what I am asking how to do is make a list that only shows one item at a time. I forgot what they're called, but basically turning a list into a slider with forwarded and backward arrows.
@carltonblack2008 if you're talking about images, there is an "Image Slider" component which can show one image from a collection. For a custom list, you will need to implement the logic by yourself. One of the ways is to assign unique sequential IDs to each item in the collection, filter a list based these IDs (store Current ID in an input/logged-in user property), and change IDs when pressing back/forward buttons. A similar approach is described here: th-cam.com/video/GR4onw-TCHA/w-d-xo.html.