Hi Support,
I read output log from Execute program event and then assigning the value to another variable.
I get the below error while assign the outputlog.
Variable : firstvariable - does not exist
Can I get the solution in Final Builder 6.
Regards,
Kannan
Is the variable “firstvariable” defined in the project? If not then define a variable with this name and the error should stop occurring.
I can’t use the firstvariable in anywhere. While compiling Visual Studio project from Execute program it may gets failure or success, so we write the log to text file by getting the logoutput values. The log file contains text like variable which defining in Final Builder. So, automation gets failed with variable not exits. We can’t determine the variable name from each Visual Studio project because lot of project were compiling in Final Builder.
If I define that variable than automation gets running but next time getting failed with another variable not exits. Is there any possible to avoid this instead of defining variable name each time?
The way to stop expansion of variable names in text is to use the ! syntax. For example %!LogText% would not expand any variable syntax in the string contained with in the variable LogText. Also some actions have an express option to turn off variable expansion, like the set variable action.