I created queue with Orchestrator, Queue name is “Queue_Test”. and i make workflow like this.
In the Add Queue Item Activity, 4 Arguments are saved,(argument name are red, yellow, green, blue)
The problem is printing log message. I want to print 4 arguments’ values, So used For each Activity,
However I have no idea how to write Message of log Message Activity for printing 4 Arguments’ values
ps. color is variable and its type is IEnumerable, also For Each Activity’s typeArgument was changed to UIPath.Core.QueueItem.