I have a model that has been working fine for weeks using version 22.0.1.
When I upgraded to version 22.1.1 I get the following error:
The logic bombs out of the routine and does not execute any of the rest of the code.
This happens in the following section of code:
which you will find in "Check Inventory all components"
This Line Loading Algorithm sub-flow is called by four different areas and happens multiple times at startup before time 0.5.
I have not changed this section of code, or the names or contents of any of the tables.
I am attaching the original version Table_query_works_original_model_fs22.0.1.fsm
and the upgraded model Table_query_error_upgraded_model.fsm (fs 22.1.1)
There may be other errors, since I am in the middle of some changes, but they are unrelated to this code.