Hello, I have a problem with a column from my SQL Table.
I use money as data type in SQL but when i want to show this column in powerapps through the SQL connector a message appears and says JSON parsing error, expected string but got number
I tried to collect my SQL table in a powerapps collection but my money data type column show "?"
None of my rows bring the correct data, only appear a "?" . Is there a solution that does not involve modifying my SQL table?
Thanks!