Hello, as the name of the topic states.
I’ve used Final Builder 7 successfully for some of our deploy scripts for quite some time and I was very surprised when after installing Final Builder 8.0.0.1221 the scripts didn’t work at all.
The first issue was that the variables would not change their value upon “Set Variable” action, but this problem was fixed by a reboot or two. The other problem however is that when I try to display a variable value in a message box, it instead displays raw %VariableName%.
So for example, my %TestVariable% value is “bob”. I create a new action [Message Box], and in the text I put in %TestVariable%.
In FB7 when the action is triggered, I would see a message box window saying “bob”, but in FB 8 I see a message box windows saying “%TestVariable%” instead.
Was this change intended, or is it a bug / configuration error?
Hi NowakP,
Thank you for reporting this error. We also found this issue and have addressed in FinalBuilder 8.0.0.1258. You can download this or later versions from version history (https://www.finalbuilder.com/downloads/finalBuilder/finalbuilder-8-version-history).
Hey, the new version worked great, thanks!