Is there any formula or any way in Power Apps where we can also show previous data in second screen and current data in first screen.

Is there any formula or any way in Power Apps where we can also show previous data in second screen and current data in first screen.
Hi @00305_AA,
If you have single values, try using the Set() function:
https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-set
If you have records of data, try using collections:
Both of these approaches save variables / collections as global, which means they can be accessed from any screen.
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Connect with me online.