Nice but note that in latest version of the extension Set RecyclerList.Count no longer exist only Set Recycler.List data and it is easier to work with get data
Because manipulating whole data it is much easier using dataitem especially for custom search . Also no need to use any components blocks, instead better is to use dictionary blocks
I successfully fetched the data and created the cards. However, when I click on an item, I can’t retrieve its ID and an error is displayed. Could you please help me check what I might be doing wrong? Test2026 (2).aia (950.2 KB)
I resolved the previous issue. However, I am now encountering a problem with click events. An error occurs when I click on an element that does not have an ID.
Thank you. The click function is now working. However, I’ve run into another issue when using the search feature. It doesn’t automatically clear the old list; instead, it loads a new list on top of the existing data. What should I do to clear the old list and load a new one?