Execution sequence in Replace

In Replace multiple terms can be used. Is the sequence given, that first terms are executed every time in the sequence per term 1 first, term 2 second and so on? A try did it in this order.
Or do I need to setup multiple Replace statements if the sequence of replaces is critical? I didn’t see it explained in the documentation.

I checked the source and it always goes through the Replace terms in the sequence in the table, from top to bottom (row 1, row 2 … row n).

I will make a note in the documentation and add a regression test, so we get notified if this ever breaks.

1 Like

thanks a lot Andy :+1: