Hello,
I am trying to use Air Date/Time picker to save a list of date ranges but the input is returning no value to the database.
My users are required to add a series of date ranges during which they have availability. I have set this up and it works with single dates, lists of dates and individual date ranges. However, when I try to set it up with a list of date ranges, nothing is returned in the database. Below are some screenshots of my set up:
^Date/Time picker is set to range
^Workflow adds selected range to “Harvest Dates” List of Date Ranges data type inside my object after pressing Submit button.
^Debug shows date range being passed to database as expected.
^Database does not show any dates in “Harvest Dates” list of date ranges (individual date range is displayed in “date test 2” field as a comparison)
I’m struggling to understand why this is not working as expected, any help would be greatly appreciated. Thank you!