Hi @Gulce,
Sorry for the late reply! Please let me describe a bit better the issue:
The setup
Group1 - Visible on page load
Contains the Picker and the continue button (and other inputs that are irrelevant)

The Picker’s settings are untouched, besides:
- Start date picker recieves:
Initial Date = Current date/time:(day)+1
Minimum Date = Current date/time:(day)+1
- End date picker receives:
Initial Date = Input Start date’s value:(day)+1
Minimum Date = Input Start date’s value:(day)+1
- “Continue” button workflow: Toggle Group 1 → Toggle Group 2
Group 2 - not visible on page load
Contains other inputs, and a text that shows the total days between start and end dates and “Continue” button #2 (to be clear - it’s a different button).

What happens in practice:
- When I click on continue button: Group 1 stops being visible, Group 2 appears, and the input from the picker is deleted. The text for “Total days” shows “1” (as the initial date entry).
- When clicking on back-arrow (not described above but it shows group 1 again and hides group 2) the other input fields (text) remain as before clicking on “continue” but the air date picker has the initial value rather than the user’s picked value.
Hopes it is more clear.
Thanks again for the help!