z1pti3 / jimi

Jimi is an automation first no-code platform designed and developed originally for Security Orchestration and Response. Since its launch jimi has developed into a fully fledged IT automation platform which effortlessly integrates with your existing tools unlocking the potential for autonomous IT and Security operations.
https://www.secureack.com
Apache License 2.0
159 stars 31 forks source link

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

Open TerrifiedBug opened 2 years ago

TerrifiedBug commented 2 years ago

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.

z1pti3 commented 2 years ago

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