Applying Multiple Find-and-Replace Operations

Hi @ncherpak,

I’ve used another method that includes String Manipulation, Group Loop, and Recursive Loop.

  • First, I cross-joined the tables you created.
  • Then, I applied a Group Loop for the sentence you wanted to update, recursively checking values in the dictionary and making the necessary changes.
  • The Loop End node captures all iterations, including updates.
  • Finally, a Group By node consolidates the last version of each group loop—essentially providing your final answer.

Hope this helps! Screenshots and the revised workflow are attached.

PS: I jumped in :slight_smile: @rfeigel Hope I managed to solve.

Best,

Alpay

Article Find and Replace V2 AZ.knwf (58.1 KB)

4 Likes