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
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
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.
Thank you very much for it.
Note that this columnar technique does not forgive missing attributes.
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