Initial content dissapear for no reason!

Hi Bubblers !
I am blocked into a really weird problem…

I’d like to allow my users to write an article through a form in 3 different steps, and I want my users to be able to go back to a previous step to modify what they wrote.

Therefore I am saving through a custom state all the data created in each step, and when I click on the “previous icon (a left arrow”) I am sending back what it saved in my custom state in the concerned group and of course I settled all the input with an initial content.

This workflow seems to work, since I can see in the debugger that it does…but for a reason that I ignore, my initial content appear a second and then they suddenly dissapear after…

I don’t get why, you can see the video below for clarification.

Your help would be much appreciated

Thank you

Using the “display data” action to poulate your cotent works but the data is wiped out once your page/browser is refreshed so another way to do it is by sending the unique_id of the data via page paramters and getting the content by “get_from_page_url”.

Now there are different ways to pull the content, you can actually do it indivially for each element you want to pull the content for or just set it once on a parent group like i did here so that each element would just be pulling their respective "parent_group’s data.