Passing Parameters to Microflow

0
Hello All, I have created a microflow which expects a date range to create an object for a chart entity. But I am unable to pass fromDate and toDate as an argument from the screen. Desired flow:  Screen (Select date range) → Click ‘Call Microflow Button’ → Call Microflow with the parameters from the calling screen → Retrieve data from entities using the date criteria → Create object of the chart entity. Please find below the screen print of what I am trying to do. But I am getting an error, could anyone please advice. Thank you.        
asked
2 answers
5

If fromDate and toDate are in your Load_Schedule_VR_Record_Keeping entity, just pass that as the parameter to your Microflow instead of the two separate variables. Then in your retrieve XPath constraint, reference these values from the entity you passed to the microflow.

answered
0

My issue has been resolved now. Thanks for your help @Robert. 

answered