Forum Discussion
DaniFC
Dec 07, 2022Copper Contributor
logic Apps skip json first level
Hi
After http post, i get a response similar to :
[
"OK",
[
{
"DESCRIPCION": "XXX",
"NOMBRE.PROYECTO": "PYYY"
}
]
]
And when i try to parse json or iterate results, i dont know how i can skip first level (in this case the OK) and iterate only items for create in sharepoint items for each element.
Thanks
No RepliesBe the first to reply