How do you allow a user to use the slider input - and drag it across to pick a date?
Also it should be a range of number of weeks.
Slider input is dragged → Intervals of 7 days is reflected in the date picker
This is a difficult.
I have tried auto-binding the slider and the date picker.
I tried using maximum and minimum dates in the date picker.
I have also tried dynamic choices and conditional tab doesn’t seem to work either.
Hey there,
Welcome to community
unfortunately, slider inputs are special elements that are used only in their own conditions and their output can always be a number.
The only way is to convert the value of the slider number to a date according to the date range, which I do not recommend. If this is very important to you, you can probably create it with a repeating group.