Is there a way to add the original value to the output of the Find and Replace? I want to find text, replace it with something else, then append the original token. I guess I have to send it to a Combine node.
It’s great that you have all these nodes but I suggest allowing us to put the input token in the output field along with the replace text (just like a regex allows) so that we don’t have to complicate our flow by adding nodes for simple things like that.
That works with hardcoded strings. It doesn’t work when the replacement token should be the same as the find token that is passed as an input—because it’s not possible to use the token in the output format.
Say I’m looking for “Input1” in the find:
“Created report for [Input1]”
and I want the output to be:
“Nicely done, [Input1]”