Hi,
Can you please help me for regular expression. my requirement is if variable contain char then only its execute remaining code otherwise it will go to exit $flow.
and branch label =true.
inside branch i am using sequence label = %GsXML/biztalk_1/body/PurchaseOrder/Currency/ISOCurrency% == โ[A-Za-Z]โ
Map (GsXML/biztalk_1/body/PurchaseOrder/Currency/ISOCurrency) - service input and pass some chars)
Branch Evaluate -Label=True,
(under Inside this branch)
Add Sequence step, mention %GsXML/biztalk_1/body/PurchaseOrder/Currency/ISOCurrency% ==/[A-Za-z]/ at Label property.
โ>If the GsXML/biztalk_1/body/PurchaseOrder/Currency/ISOCurrency has chars the step inside this sequence executes else
Add another Sequence step (select $default at Label property)
โ Add EXIT $flow step