Why is the result of the Write Line 'Apple' and not 'Apple, Orange'?




@ivette_lugo

Thats because the direction is in …it ahpuld be in/out…

Because it is only in the argument is modified inaide but the modified value is not passed out to the fruits string

Hope this is clear

Cheers

Hello,

Please change the direction of the in_ShoppingBasket Argument to IN/OUT so that the updated value will reach out to the sequence (to the variable ‘fruits’) where the write line is used.

Happy automation!