Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
I would like to the get the record count of processed rows, but each record will be processed one at a time. So while I try to get the count of record to some context variable, I am getting the count as 1 always. Would like to know how to get the total count.
Here in the tfileOutputExcel_1, I am getting the detailed information and tfileOutputExcel_2, will have summary details (same excel will have two tabs one is summary and one is detailed).
I would like to get the total record count from detailed excel to summary excel
The data comes from Salesforce Component.Attached the tmap structure and highlighted the name of the column name from where i'm trying to get the count.