Concentate parameter names

Hello

I’m trying to assign a number of values to variables with similar names using a “for each row”- and a “multiple assign”-activity.
The idea is, that I have a datatable with “field names” and I need three variables for each field. Each variable has a suffix.
Example:

For each Row in dt
Row.item(0)+“suffixA” = XX and
Row.item(0)+“suffixB” = YY and
Row.item(0)+“suffixC” = ZZ

I have created each variable. Is it possible to use dynamic parameter names like this?

Cheers and thanks

we would recommend to work with a dictionary. Here the key can be dynamic constructed

Thank you - I will look into that after checking some tutorials then.
Thanks :slight_smile:

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.