@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.
How to use variable inside another variable ?
-
@niceusername said in How to use variable inside another variable ?:
For example like [[array[[Index]]]]
Above example doesn't work by the way.[[array]][ [[Index]] ] or VAR_array[VAR_Index]