You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When I try to use a variable at the file runScript parameter, the variable is not transformed. The variable is used as a literal in spite of use the value of the variable.
In example this code, the evalScript is printing the filePath variable value but the runScript is going to raise an error (the path .maestro/languages${LANG}.js Flow file is invalid):
Is your feature request related to a problem? Please describe.
When I try to use a variable at the file runScript parameter, the variable is not transformed. The variable is used as a literal in spite of use the value of the variable.
In example this code, the evalScript is printing the filePath variable value but the runScript is going to raise an error (the path .maestro/languages${LANG}.js Flow file is invalid):
Describe the solution you'd like
The string passed as file parameter should transform the variables using their values.
Describe alternatives you've considered
You can see many of them in this discussion
#1442
The text was updated successfully, but these errors were encountered: