Can't find element for Date Picker when building formula for a collection request

Hi,

I am trying to map form fields into a Retrieve collection. The form has 3 fields - a Date Picker, a Text field and an Autocomplete. I can see mappings for the Text field and the Autocomplete fields but not the Date Picker.

I have also noticed that while the Text field and the Autocomplete have fieldnames, the Date Picker does not.

How can I get this done?

Thanks

Hi Steve :waving_hand:

If you can’t see the date picker field through the “local” tree you could try creating a new variable and running a workflow on the datepicker element and store the selection there manually.

After that you can use the value stored in the variable in any way you want.

Does this help?

Thanks. Will give that a try.

Steve