Hi all,
Currently I'm developing a PowerApp, the goal of the PowerApp is to provide the users the ability to browse to data, edit data and send it to another table in the Azure SQL Server. I'm using Microsoft Flow together with a stored procedure to transfer data from table1 to table2. It works fine, but after a couple of flow triggers the PowerApp wil give empty values to the flow. The empty values are in completely random columns and it isn't allied to a certain amount of time.
When refreshing the PowerApp (ctrl + F5) the flow gets all the normal values again, so it looks like it has something to do with the PowerApps cache, but that's an assumption. I use alot of variables to fill the values in my Flow, probably this will take up a lot of memory.
Does someone know how I can find the solution to this issue? Feel free to ask any questions!
Thank you in advance!
Kind regards.