Yes, I am already using try catch, but I still wanted to ask about this. I thought there was a specific action for this in BAS, such as OnApplicationExit, just like ‘OnApplicationStart’.
Thank you for your advice.
@langtoi said in Error unable to parse variables in Parse CSV string:
I started experiencing this situation in recent versions, it doesn't always appear, it turns my entire software upside down.
Give an example of the string used
Before performing the "Parse CSV String" action, log the contents of the "Account Check" resource. Check if everything is okay there.
Before performing the "Parse CSV String" action, display the resource "{{Account Check|notreuse}}" log and send a screenshot of what is written there.
@langtoi
The developer is aware of this problem.
While this problem remains relevant, you can replace the double quote with a single quote before parsing the string, and then perform the reverse replacement. All this can be done using the "Replace string" action.