Hi @AsmitaSingh , I will suggest you to split you memo Data into targetData variables.Ex: Suppose below is the value stored in your data:<recipient><email>xyz@xyz.com</email><name>abc</name></recipient>Then you can create a variable named 'email1' and assign value as:Substring(data, Charindex(data, ...