Hey Buddy, I have doubts in B4XPages. I have two screens. First screen name is "Billing List" and Second Name is "Billing". In first screen, I have B4XTable to show a list and a button( "Plus Icon") on the top right. When User clicks the "Plus Icon"(Button). I am going to show the Second page with no values entered. But when the user clicks the cell of B4XTable, then I am going to show Second Page with Some values in the flexgrid table. Now, My Issue is when user clicks the plus icon, then I have loades the layout and no values entered and works perfect. then user press back button and then click the cell of B4XTable, then Again showing only loaded layout. How to overcome this? Hope, You understand my Issue. here is my project