In Studio: Get data per transaction from app and send it to an excel temple for each row

Hi,

I want to get data per transaction from an app and send it to an excel template file to the corresponding column per every row. FYI-my input excel file is the same as output one. The only difference is the output information/data sits corresponding to the input data in the same file. I am sharing screenshots for your visibility

Here is the template excel file that my source data is from and I will populate teh data I get from the app to this the same template

I

Can anyone help with this?

@Sisay_Dinku




@sangeethaneelavannan1 I’d like to add a couple things
– I use modern design activities
– The data I receive from the app is just one transaction number
if there is a transaction number per each iteration, that is considered as a sucessful transaction otherwise failure
– Get text activity is employed only one time per iteration

Please let me know if you need more info

@Sisay_Dinku

For each iteration, the current row is a transaction item here and if the Get text activity is passed you can save the transaction number in the transaction item and status as well otherwise save the reason for failure in the transaction item.
Are you using REframework?

NO, I am not using REframwork

One more thing, the transaction number pops up like you see below. However, in the excel file I want it to be only the number part. Can you type the code for the logic you’re talking about?

@Sisay_Dinku dt_Output=dt_Output.Split(“:”)(1) .this will give only number from transaction number.


Main.xaml (16.6 KB)

@Sisay_Dinku Is the issue resolved?