How to clear values loaded from INI?

Hi,

 

I've been getting a script together but I'm stuck on one action. I've set an "Ini File Iterator" action to iterate through values from an INI file. The problem is that one of my initial values was incorrect, so I changed it in the INI file. However, every subsequent time I run the build, it still uses the old, incorrect value. I have tried the following:

1. Deleting the action and making a new one

2. Deleting the .fpbInf file

3. Restarting Final Builder

4. Disabling "Persistent" for the variable

Can anyone tell me what I'm doing wrong? How can I make Final Builder reload the variable and use the current one in the INI file?

 

Thanks!

Happy Hippo

I found the problem - it was taking the value from the section name in the INI, not the variable name. No issues, now.

 

Happy Hippo