Date range picker: initial value not showing?

I have a date ranger picker and changed “init value start” to 2024-01-06:

But then its not showing on the element, it still says “Select a date”.

On closer inspection, the preview value is not showing the initial value? The “value” is changed but not “preview”.

I hope this makes sense. I am trying to add one day to the date of another date picker and then show this new date as the start date of this date range picker. how do I do that?

Hi @raelyn :wave:

The init value start corresponds to the value that the time picker will start on when the user clicks on it:

If the user selects a different start date from the initial value, the component variable (on the left in the screenshot above) will be updated with the selected value:

“Select a date” corresponds to the first placeholder element in the Layout panel:

You can use bindings and formulas to make it dynamic:

But it won’t change the init value start of the date range picker:

You might need to change the binding of that value as well depending on your use case.