Hi guys
I would like to get table from JSON String.
So there are my 3 strings and I run Power Automate Flow for each String,
ClearCollect(Expences; JSONParse.Run(DataCardValue73.Text;"Expences"));;
ClearCollect(Cars; JSONParseCars.Run(DataCardValue74.Text;"Cars"));;
ClearCollect(Employees; JSONParse.Run(DataCardValue75.Text;"Employees"))
Then parse JSON, Compose body and Response this table back.


And it works, but only for first string.
So what i got for Expences tab:

What I got for Cars:
this table should have only two fields: Number and Car, but somehow two fields from expences tab also here?! WTF?
And field Car is empty...
The same problem whit third tab

Power Automate returned right data, but PowerApps transform wrong fields
Do you know how fix it?