I'm using the Dictionary object to store various variables, and then the Download JSON action to store the Dictionary as "Data.json". This works fine the first time, and I can read it back. But the second time I store it, it creates a new file "Data(1).json", because "Data.json" already exists. I want to just overwrite the file, but I don't see a way to delete it first, or to force it to overwrite the current one.
Also, is there a way to specify a specific path for where this file is stored or loaded from?