jimi
jimi copied to clipboard
[Feature] - Remove the requirement to escape text when using functions such at split helper
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.
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