How we can add row value in Mail Subject in For each Loop

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.

@Ajinya_jorwekar

Hi good morning

use assign
statusvalue= in_transactionItem(“Status”).tostring

cheers

Hi, use for each row for getting value one by one

@Ajinya_jorwekar

if you are using Datatable variable use below

cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.