question

Ghadir S avatar image
0 Likes"
Ghadir S asked Ghadir S edited

Label does not exist - Item in process flow

I'm trying to connect to sub flow to a batch and combine their items together. It keeps saying Label does not exist yet I'm sure I added label literally everywhere.
LineP3_1.fsm
I would really appreciate if you guys could help me out.

FlexSim 21.2.4
process flowpull from listsub flow
linep3-1.fsm (85.2 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Jacob W2 avatar image
0 Likes"
Jacob W2 answered Ghadir S edited

Hi @Ghadir S,

The problem is that at your batch activity you are trying to aggregate two labels called Item. Before the batch activity you have two labels called Type1Items and Type2Items. Since you don't have a label called Item, you cant aggregate those labels and it returns a null value to your label Items after the batch activity. You will need to make your Type1 and Type2 item labels to be Item for your label aggregation to work correctly.

· 6
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.