Microflow with different behavior in local and sandbox environment

0
Hi all, i have created a microflow to a) calculate a shipment date based on overall due date and b) to ensure that the shipment date is alway a workday. I have shared to microflow. Pls find the the link below. Link to microflow In the local environment, the microflow works perfectly. However, once I put the microflow in the sandbox environment, the shipment date is not recalculated in case it is a weekend day. Any suggestion?
asked
1 answers
0

Tim,

I would enable the debugger in the sandbox and connect your loacl modeler to the debugger to find out what is happening. Maybe create a variable that determines the day values so that you can better investigate what is going on, as you can't see the value in the split.

answered