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
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 : - )
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
- when a user open the dashboard, the default calendar is 30 days ( this is working )
- 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
- create a variable example: calendarDate
- setup the initial date range on the page workflow
- on the calendar picker action, use the “On Change” instead of the “On init change” and update the calendarDate variable.