I’m definitely missing something. I created a script that creates a new account. Once it’s created, I use "insert record" to save various data like login, password, cookies, and fingerprint into the database. However, if I continue the script and want to increment a variable (e.g., warm), it doesn’t work. I think I’m missing a command to recall the data of the same account, or am I wrong?
My opinion is that the INSERT RECORD action does not save, or rather, any action to update the record cannot find the record. So, in between, there is a missing function to read the updated data from the database.