Creating a collection from an SQL stored procedure using flow.
Fields that are of type decimal are not being processed correctly by powerapps.
In the flow response payload they are set as type: string and looking at the output results they are displayed correctly in the JSON repsonse.
Within powerapps:
In any form / data table / text box the field is represented by [object Object] and when viewing the collection from the menu it shows as blank.
As soon as the populated field is selected it crashes powerapps (in browser).
Is this a bug or am i missing something here?
I have tried to put into a new collection to see if the issue was with the current collection however it makes no difference.