jimi icon indicating copy to clipboard operation
jimi copied to clipboard

[Feature] - Remove the requirement to escape text when using functions such at split helper

Open TerrifiedBug opened this issue 3 years ago • 1 comments

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.

TerrifiedBug avatar Dec 10 '21 09:12 TerrifiedBug

Hi TerrifiedBug,

I am afraid I have been unable to recreate this - can you provide some additional details?

image

As you can see if split("test123,test456",",",0) == "test" worked as expected

z1pti3 avatar Dec 10 '21 20:12 z1pti3