Hi Aditya,
Refer below form link,
https://forum.mendix.com/link/questions/105666
OR
To fetch dates from a microflow, if you have variables FromDate and ToDate you can write an XPath constraint like below
[DateAttribute >= FromDate]
[DateAttribute <= ToDate]
Hi Aditya,
Easiest is if you add an object for each day. The Working Day Module does this by default:
https://marketplace.mendix.com/link/component/110117
Then you can retrieve days that are bigger then 1/9 and smaller then 12/9.