Hi, I just want to note this to inform people who face the same problem I had in the future.
It seems like “make change to current user” and “make change to [current user]” are two different actions and affect on the loading timing on the next page when you send the data to next page.
When you change the data with “make change to current user” and if data is sent to the next page, it was always ignoring the change that you made (i.e page stamp), by switching it to “make change to [current user]” I could fix the problem. It took me a while to figure this out.
Watch out for those two actions, they act differently.