I'm using Flare 2020 R3 to produce HTML5 output with Tripane skin.
I have some docs that mention the current version of our software, so rather than type it in many times for each release I've added a variable name VersionNumber and a value 2021.0 to Project > Variables > General (the file called General.flvar).
It appears fine in the flare project in XML Editor and Text Editor when I insert the variable.
But when I output the content it's picking up a seemingly random old version (which happens to be 2019.1) and inserts it into the HTML! I've tried deleting the /Contents folder and running Clean target but the spurious variable still gets added to the output.
Has anyone experienced this problem and knows how to fix it?
Thanks
Flare won't pick up values from variables file General.flvar
Re: Flare won't pick up values from variables file General.f
Variable definitions can be overwritten in your target, and also in topics and snippets.
It's most likely that the variable definition has been overwritten in the target, on the Variables tab.
See help: https://help.madcapsoftware.com/flare20 ... itions.htm
If that's not the problem, and the variable is used in a snippet, the variable definition could also be overwritten in either (a) that topic or (b) that instance of the snippet.
https://help.madcapsoftware.com/flare20 ... ppets1.htm
It's most likely that the variable definition has been overwritten in the target, on the Variables tab.
See help: https://help.madcapsoftware.com/flare20 ... itions.htm
If that's not the problem, and the variable is used in a snippet, the variable definition could also be overwritten in either (a) that topic or (b) that instance of the snippet.
https://help.madcapsoftware.com/flare20 ... ppets1.htm
Re: Flare won't pick up values from variables file General.f
Thanks Dave, that fixed the problem. I changed the values in the target and they applied to the output.