You can use "Result" variables that are predefined in BAS. There are 9 of them.
If you need more you can use filesystem actions and create TXT or CSV files
to store any number you need. Similar to that you can use database for such
tasks too.
Error unable to parse variables in Parse CSV string
-
@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.





