question

Sandy avatar image
0 Likes"
Sandy asked Sandy commented

assign labels to created token in process flow (version 17.0.12)

Hi,

I am facing some issues with the global table look up. I would want the picker to pick the item based on the global table. However, I met with some issues from the 'assign labels to created token' under the process flow.

Also, I have been encountering: ' invalid type for [] operation. Should be int. Left side type is (invalid). right side type is char*"

Can anyone please help solve the issue, thank you in advance.

sku-to-each-bay-flow-autosave.fsm

FlexSim (other - please specify)
FlexSim (other)
global tableprocess flow pull from list
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

Sebastian Hemmann avatar image
0 Likes"
Sebastian Hemmann answered Sandy commented

,

Hi, it seems as if only typing FlexScript in the field of the Label is not allowed. You can type numbers.

If you only want to use a global Table, please try out the pickoption for this. But as far as I´ve seen there is no way to point the row with "Quantity" but you have to set a number in the pickoption.

If you want to do your own script open the script window.

The second fault is shown, because you are trying to ask for an array it the Travel activity, but there is no array value written!

I´ve changed both to a (for me) working version and attached it.


· 3
5 |100000

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