Can I do this way....
Firstly Adding one more input field in mapping i.e Ctry.
Then in the UDF DynamicConfig
![]()
here in the conditions can i achieve this.
if( Bank.equals("CITI") && Ctry.equals("US"))
{
IBAN = null :
then send to folders//
}
Do i also need to give not equals condition ?
Please suggest .