Hello everybody
I'm having some troubles about flow outputs in Power Apps
I have this flow
The output (Response) from flow is right, giving me right outputs, but when I show the data in powerapps, it seems 'addicted' to me, because it doesn't show the columns according to the correct output
It always shows the columns of a specific output.
On monitor I can see that PowerApps receive the right data, but when I manage it into collection, It is wrong
For example:
Output 1:
{
A:1
B:2
C:3
}
Next run, if different data, when the columns have the same name, it gives me the values, otherwise, if have different columns, It shows blank.
{
C:10
😧 blank
F: blank
G: blank
}
It doesn't show me right columns according to flow outputs
Has anyone ever experienced this? Could you tell me how to get around this situation
Thank you in advance