Hi jhima
you can use Branch on a switch value.
In the Properties panel for the BRANCH step, specify in the Switch property the name
of the pipeline variable whose value will act as the switch.
if you are checking if data is exist for LIN03
if you want to check LIN03 is contains no characters
…Brnch/LIN03
…SEQUENCE (Leave the Label property blank (empty). At run time, the BRANCHstep executes the target step with no label if the switch variable is
present, but contains no characters.)
-------- do mapping
if you want to check LIN03 is set to null or does not exist in pipline…
…Brnch/LIN03
…$null:SEQUENCE ($null label if the switch variable isexplicitly set to null or does not exist in the pipeline)
------- do mapping
For more details please go with wM developer user guides…
Regards
Mukesh
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services