How to remove the dashes in a field data

:bullseye: What is your goal?

format date in just the trial arm

:thinking: What is the problem & what have you tried?

tool?

:clipboard: Error messages or input/output bundles

pic

Hello,

Could you tell a little bit more about your issue? Any screnshots?

If you want to replace - with any other character or delete it you can use replace() function.

{{replace("this is test string string-test"; "-"; emptystring)}}

in order of workflow