How to overcome the Branch Limitation in ADVANCED CONDITIONAL FIELD in Basic Transformation in Workflow | XM Community
Skip to main content
Solved

How to overcome the Branch Limitation in ADVANCED CONDITIONAL FIELD in Basic Transformation in Workflow

  • March 19, 2025
  • 1 reply
  • 13 views

Yogaraja.Sivasundaram
Forum|alt.badge.img+1

How to overcome the Branch Limitation in ADVANCED CONDITIONAL FIELD in Basic Transformation in Workflow without modifying the source data?

 

Add Branch disables after adding 4 branches.

I have 5 different possible options.

 

Best answer by vgayraud

Hi,

I usually start by splitting my source field by an impossible delimiter, keeping only 1 resulting part (basically, it copies the source field).

Then I apply successive “replace value” transformations based on regex expressions. There is no limit on the number of “replace value” transformations you can apply to a field.

View original

1 reply

vgayraud
QPN Level 5 ●●●●●
Forum|alt.badge.img+48
  • QPN Level 5 ●●●●●
  • 361 replies
  • Answer
  • March 20, 2025

Hi,

I usually start by splitting my source field by an impossible delimiter, keeping only 1 resulting part (basically, it copies the source field).

Then I apply successive “replace value” transformations based on regex expressions. There is no limit on the number of “replace value” transformations you can apply to a field.


Leave a Reply