Microflow retrieve object currentmonth

0
Hello all, I run into the problem that I don't receive objects in my data grid that I should see due to a fetch in the microflow. the entity toolbox is filled with objects, but something is probably going wrong via the microflow to the datagrid. The microflow is now not triggered by an action, is this required for the retrieve function?          
asked
1 answers
8

Hi Julian,

Try updating your xpath to [StartDate>='[%BeginOfCurrentMonth%]' and EndDate <='[%EndOfCurrentMonth%]']

And if you’re debugging this microflow, add the breakpoint at the end event. There is a restriction that the breakpoint will not hit the retrieve list activity for a few scenarios.

I hope this helps,

Thanks!

answered