Indexing > Replace Text: Add If text contains "word" then replace with "word".
Indexing > Replace Text: Add If text contains "word" then replace with "word".
1
vote
Lester Lilley
shared this idea
-
TomasP commented
Hi, you can do this within workflow designer via Arithmetic expression.
Example: set the workflow to trigger if [index_field] contains "word"
Then just make arithmetic expression Replace(DW_INDEX_FIELD,"word","something-else"). You obviously have to put the result into string global variable and then back to index field entry. -
Lester Lilley commented
Indexing > Replace Text: Add If text contains "word" then replace with "word".