How to make date selection state stays

i’ve recorded a 30 secs video, explaining my issue

Save it to a variable, turn on preserve on navigation, and set the date to be the init value, that should work

Screenshot 2023-11-30 at 19.32.35

im using weweb’s date range picker widget and cant seem to find the action to control start and end time.

where do i miss ?

Just right there : - )

Screenshot 2023-11-30 at 20.58.14

yes i’ve seen that part. i think i understand what you mean. let me try and get back

bro, if i save the date to variable → it did not work because the calendar init value need a date format.

im a bit lost, what we want to do is

  1. when a user open the dashboard, the default calendar is 30 days ( this is working )
  2. when i go to detail page and when i go back → we need the calendar selection stays.

Nevemind, i got the answer already. for anyone that has the same issue. what you need to do is

  1. create a variable example: calendarDate
  2. setup the initial date range on the page workflow
  3. on the calendar picker action, use the “On Change” instead of the “On init change” and update the calendarDate variable.