Add to Column Enumlist Action

Hello,

I am trying to use an action to add a barcode to my barcode EnumList, however it keeps overwriting what was previously in the list to just the newly added item, and I have to go back into the enumlist to add the other barcodes back to the item (we have multiple barcodes for a single item because of our broad categories -i.e., if we have different mac and cheese barcodes, they’d all be under “mac and cheese” Below is what I am using, and I’m not sure how to go about appending an item onto the list instead of overwriting it.

+LIST([NewBarcode])

Any help would be appreciated, thanks!

You may want to try in the action expression

[Enumlist Column]+LIST([NewBarcode])

2 Likes