Hi guys,
I created a custom connector. Thanks to this connector, I am getting some data 3rd party application. It's okay I am getting but I couldn't show in the gallery. Here my collection.

When I clicked this collection, opening new page.

After I click again this page,

Finally my data is coming.
I used gallery to show them. But it didn't came. How to i solve this problem.
Gallery items is "nuc". I added label text to show status and I applied this formula : Text(First(Table(ParseJSON(ThisItem.data).yatakListesi)).Value.status). It giving an error which invalid argument type.
Also when I add a label text and after I applied formula like this : Text(Concat(ThisItem.data.yatakListesi.statu,statu,","))
I saw all of list item's statu.

I wanna use these formula : ThisItem.data.yatakListesi.statu but it giving an error " Expected text value".
Please help me.