
Announcements
Hi newbie here.
How do use an output from automate, and display it in a datatable in a canvas app please.
[
{
"Name": "claire",
"last": "jo"
},
{
"Name": "sarah",
"last": "manta"
},
{
"Name": "mandy",
"last": "jill"
}
]
I have the above output or a apply to each variable, but I'm stuck any help appreciated.
Hi @Anonymous ,
The recently introduced ParseJSON function can be used for that:
If you scroll down a bit in the article, you'll find an example that is very similar to your table.