I have process in that at the end of the Each Transaction I have to send the Mail to Business which consist of one of Row Value from Excel Which is in For Each Loop.
i.e. From Excel Column (Status) is Updated at run Time. and each Run Mail Has Been Triggered which contains Status (Done / Exception ).
So want to add Status Value in Mail Subject/Body, How I get Row Value from Status Column.
Hi good morning
use assign
statusvalue= in_transactionItem(“Status”).tostring
cheers
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.