Page reload deleting data from Non Persistant table
0
In my app , I am running one microflow as part of default home page, which adds one record in a non persistent table and add an association with the current session. I am showing the inserted data from the Non Persistent table by retrieving data using association with the current session. It works fine but the the moment I reload the page. I can see the same data. Not sure for page reload is wiping out the Non persistent table data. any suggestion on how to address this issue?