Set Coments Parameter from a list of strings

I’m trying to fill the parameter “Comments” from a list of selected with a list of strings, but its not working.

The comments value just doesn’t change.

You may have to Flatten your list of values since String.Concat adds an extra list level. What does your element input look like?

1 Like