I am using a date field with a custom ID of selectDates I mave the Range picker enabled so users can select a start and end date. I also have a redrection action on my proforms to submit to an external url
https://direct-book.com/properties/{cf_property_slug}?locale=en&checkInDate={{selectDates}}&checkOutDate={{selectDates}}
How do I ouput the start and end dates correctly in this redirect url so that is splits the values up?
I tried {{selectDates[0]}} and {{selectDates[1]}} but that did not work. Any guidance here would be greatly apprciated.