Hi,
How can I get value of filename (93014-00001.docx) from the below array and set it in a string variable?
varArrayFileInfo:
[
{
"id": "2613437a-aa7f-4163-9a80",
"isPrimary": true,
"fileName": "93014-00001.docx"
}
]
Thanks
Hi @faceoff
If you got only one value value in an array then use the below.
The expression I used above is
outputs('Compose_2')[0]?['filename']
If you have more than one value in array then use the below.
Above Parse JSON Schema is as follows:
Tomac
986
Moderator
stampcoin
699
Super User 2025 Season 2
Riyaz_riz11
577
Super User 2025 Season 2