[Guide] How to use RecyclerList extension with large data sets - Basic guide

Study json stucture ... for example with the following procedure and dictionary blocks I get from json url, cover, title, description and rating and add them to a table

Once I have my table I can create my recycle list

2 Likes

Thanks. It's really helpful for me.
Can you please share the aia file?

May i PM you?

All I did was to follow op's example and the provided aia in ...

Once I got the provided aia I simply set global data to get value from json instead of spreadsheet with the above procedure. Above blocks are dragable so you can give it a try.

1 Like

Thank you very much for it.

1 Like

Note that this columnar technique does not forgive missing attributes.

1 Like

Yes this procedure works with the specific json response.as stated above Depending the api you call and the response get, you always have to study the json and modify procedure according to needs

Hello.

Is there any way to upload images locally instead of from a URL?

How could I initialise the screen with a specific value instead of the content of the text box?

Thanks