@isaacjaco49111 said in join a resource with a variable:
@Fox I understand, so for example if I have 20 accounts and I want to obtain resource 18, should I create 18 resources?
Create one resource and put the data of 20 accounts in it
@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.