I believe that Chorus could use the addition of some new functions. Specifically I am looking for Trim with leading spaces, trailing spaces, and both as separate functions ideally, and a Does Not Contain. Right now with the functions that are available you can accomplish these things but they can be cumbersome to set up and are not intuitive to read or maintain. Also, it would be appreciated if the Replace Characters or Replace String functions would allow you to replace the character(s) you want to get rid of with nothing. Use case for this scenario is I have an amount of 1,000.00 and the API I want to send the amount to does not allow commas in numeric values. I want to replace the comma with nothing but cannot with the way the function is currently coded. The way I currently get around this is to have a Text Before and a Text After nested inside of a Combine.
... View more