Hi Experts,
I have a requirement where I need to display the data from MySQL database on the Power Apps Portal. The data in MySQL database table is updated with fresh data everyday by truncating the table. But when I get the data to Power Apps entity from the MySQL database and display it using entity view on the Portal, the fresh data gets appended along with previous data. I need only the current day's data to be displayed on the Portal by truncating the previous day's data.
Could anyone please suggest on how to achieve this?
Thanks in advance..