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

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.

 

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