I hope you can help me, I have a problem with a SQL Server View, PowerApps is duplicating information.
Especially for idDemanda = 7, where the correct is only 4 rows, but it duplicates 3 of them, resulting in a count of 7 rows.
Note that when I see the rows through the DataTable it displays only the 4 correct rows, but when I look at the view through the formula bar it shows 7 rows in duplicate.
In DataTable Items I'm just inserting the view ('[dbo]. [vwEquipePlanejamento]') without any formula






When you launch the app it displays correctly, then changes, but in SQL Server there was no change.
What could be going wrong? how could I solve it?
I look forward to help.
Thanks!