We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When you use the split helper to set variables, for example: {"config":{"value":"%%split(data[action][data],\"!\")%%"}}
You have to escape with 's to save the action. This can be confusing and easy to forget.
The text was updated successfully, but these errors were encountered:
Hi TerrifiedBug,
I am afraid I have been unable to recreate this - can you provide some additional details?
As you can see if split("test123,test456",",",0) == "test" worked as expected
if split("test123,test456",",",0) == "test"
Sorry, something went wrong.
z1pti3
No branches or pull requests
When you use the split helper to set variables, for example: {"config":{"value":"%%split(data[action][data],\"!\")%%"}}
You have to escape with 's to save the action. This can be confusing and easy to forget.
The text was updated successfully, but these errors were encountered: