How to view a List View Image and Text with this JSON?

How to create a list view image and text with this json? i don’t know how work lists, dictionary and Json works for each elements?
the Json is this:

{
“records”: [
{
“cprow”: “166444”,
“omologa”: “”,
“dtreg”: “2021-12-04 12:30:00”,
“bolla”: “XFIR3046/2021”,
“produttore”: “Mantini S.r.l.”,
“parrif”: “161615”,
“rigfat2”: “161615 - Scarti”,
“statofisico”: “1 - Liquido”,
“pericolo”: “”,
“adr”: “”,
“targa”: “GM326FP”,
“targa1”: “”,
“noteInterne”: “”,
“note”: “”,
“effettuato”: null,
“utente”: null,
“dtins”: “2021-12-06 16:55:34”
},
{
“cprow”: “133643”,
“omologa”: null,
“dtreg”: “2021-04-16 00:00:00”,
“bolla”: “SIR00889/20”,
“produttore”: “COMUNE DI CHIETI - PIAZZA VITTORIO EMANUELE, 66100 Chieti (CH)”,
“parrif”: “150101”,
“rigfat2”: “150101-IMBALLAGGI IN CARTA E CARTONE”,
“statofisico”: “2 Solido non polverulento”,
“pericolo”: null,
“adr”: null,
“targa”: “FT392RL”,
“targa1”: null,
“noteInterne”: null,
“note”: null,
“effettuato”: “0”,
“utente”: “1”,
“dtins”: “2021-04-16 14:41:37”
},
{
“cprow”: “133444”,
“omologa”: null,
“dtreg”: “2021-04-14 00:00:00”,
“bolla”: “XFIR59205/2021”,
“produttore”: “COMUNE DI SAN VALENTINO IN A.C. - VIA FIUME,4 65020 San Valentino in Abruzzo Citeriore (PE)”,
“parrif”: “150107”,
“rigfat2”: “150107-IMBALLAGGI IN VETRO”,
“statofisico”: “2 Solido non polverulento”,
“pericolo”: null,
“adr”: null,
“targa”: “FV031ZN”,
“targa1”: null,
“noteInterne”: null,
“note”: null,
“effettuato”: “0”,
“utente”: “1”,
“dtins”: “2021-12-08 06:20:26”
}
]
}

Welcome to community and Happy New Year. From this json what values do you want to show to your list ? As for image I do not see any image link in json

An example that shows how to get data using [Free] Json To Dictionary Extension .

I want to show this in list:
[GENERIC IMAGE SAME FOR ALL MEMBERS OF LIST] Targa: GM326FP
Subtitle: parrif: 161615 - dtins: 2021-12-06 16:55:34
[GENERIC IMAGE SAME FOR ALL MEMBERS OF LIST] Targa: FT392RL
Subtitle: parrif 150101 - dtins: 2021-04-15 14:41:37
[GENERIC IMAGE SAME FOR ALL MEMBERS OF LIST] Targa: FV031ZN
Subtitle: parrif 150107 - dtins: 2021-12-08 06:20:26

successively when i click on one of this element i want to show a simple form for insert Note and Photos (but this is too much for now)

Are you getting data from an api ?

Try this

Using with web component

1 Like

Thank You dora_paz this work perfectly

1 Like

You are welcome :). If problem solved mark solution :white_check_mark: in order to help others

Excuse me again @dora_paz, if instead I had to do the opposite, that is to send a JSON in POST through the web component how can I do it?

Are you going to use an api ?

@dora_paz yes I have to send data to my API that I made in php, to UPDATE data in the database my API expects me to send it the data to be updated in an array in JSON format, but I can’t find anywhere in the community Kodular how to send in POST through the “Web.Post File” or “Web.Post Text” function

1 Like

What did you try to do with web post text?
What happened ?
Some error ?
What do you need to send to your API?
Check your message box

Some sugestions

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.