Datepicker as parameter to Microflow

0
How can i pass a Datepicker selected date as an argument to a Microflow? I have a Microflow which has 2 parameters of type DateTime. So i want to pass both dates (2 Datepickers) to the Microflow. In the button which executes the Microflow, i see 2 arguments but next to them i only see ‘No applicable value available’.
asked
1 answers
0

Your datepickers need to be in a dataview/listview/template grid together with your button that calls the microflow. You should then get the dates from te object passed to the microflow. 

You can not just send the data from date pickers to a microflow. They will always be connected to some sort of object. Unless you are using a custom widget and not the default platform datepicker. In that case anything is possible.

answered