batchsample.fsmHi all,
I'm trying to replicate a batch picking process and am having some trouble on how to do this in Process Flow. In the attached model, I've successfully created orders and added them to a list based off OrderNo and SKU. The next step is to consolidate all of these orders every hour by "Zone" and "SKU". This is where I'm having issues, I need to sum all the orders by these labels each hour. I can't figure out how to consolidate at this point at each hour. Below is a process flow overview.
1. List of Orders by OrderNo & SKU (Completed)
2. Consolidate Orders by Zone & SKU (example: two orders with Order1 having SKU's 1 & 3 and Order2 having SKU's 1, 2, & 3. I need to sum the quantity of SKU's at the end of each hour by Zone and place them on a list to later be picked.)
Hope this makes sense. Thanks!
-Mason