Hi,
Trying to work out how to use a returned value to make a new dynamic variable name:
returned value equals: 'Red' which is coming from another variable named {colour}.
new variable name created equals: 'Red' + '_dom' = Red_dom
I read about global() and local() but not sure if they are the correct approach.
When I try 'Red' + '_dom' I get a string error returned by system.
I will actually need something like {colour} + '_dom' to be the new variable name as {colour} changes within a loop.
Regards,
Craig