Hello,
I'm working with FME Desktop 2015 with a WorkspaceRunner transformer calling several workspaces where i have to use an environment variable in the path of some private variables.
For example: %ENVIRONVAR%\\dat\\myfile.txt
The problem is that the called workspaces don't recognize the value of the environment variable defined by the Windows System. I have tried to assign the value to the environment variable inside the workspace but it is not a good solution in this case because every PC could have a different value.
Is there some example about to do solve this problem?
Many thanks in advance!
A.