Determining Filter Type of Data Grid 2 in OnChange Microflow

0
We are using a data grid 2 on the homepage of our website, of which displays objects being retrieved from the database. We are running an OnChange event on one of our grid’s DateTime filters, of which pulls in the filter values via a non-persistent object into the microflow. While filtering the objects by a specific DateTime value works without issue, this logic seems to break when the end-user uses the Between filter in the DateTime column instead of the Equals filter. Is there a way to write the entire DateRange selected in the DateTime filter on the data grid 2, to a non-persistent object available on the page? When I attempt to do so, only the first ‘start’ DateTime of the Date Range chosen is provided.  Thank you in advance for your help. 
asked
0 answers