Right now my separator for split text is a semicolon.
If there is no semicolon found, the split text function should still work and the output should be the same as the input.
For example, if the input is "split this regardless if semicolon is found", then the output should be "split this regardless if semicolon is found" as the first, second, all, etc. segment.
Right now by the way it's programmed, the action step is failing if the separator is not found.
Can you please have this fixed?
If there is no semicolon found, the split text function should still work and the output should be the same as the input.
For example, if the input is "split this regardless if semicolon is found", then the output should be "split this regardless if semicolon is found" as the first, second, all, etc. segment.
Right now by the way it's programmed, the action step is failing if the separator is not found.
Can you please have this fixed?