Executing sequences

Please confirm to me the solution is A.
Still very new in studio n I need help frequently.

Hi @Latifa

Option C

Regards,

1 Like

Hi @Latifa

Option C is correct.

Since the count is incrementing by 1 the next data will be written in the next row.

Regards,

1 Like

@Latifa

Option C is correct

1 Like

Hi @Latifa

Option C is correct.

Though developer is using for each row in data table and he writes the data using write cell activity so that’s the reason the data was being written into the excel file and also the cell number is being incremented by increasing the index value so the data will be written in the subsequent rows of same column

Regards

1 Like

Hi @Latifa Sister,

Option C is correct.

They have passed the index which increment the row index in the Range option in Write cell workbook activity.
It fetch the data from the username column in datatable and write in the rows of Active sheet excel file.
It will write the values to the subsequent rows in one column of Active sheet excel file.

Hope it helps!!

1 Like

@Latifa

If you find the solution for your query please mark it as solution to close the loop.

Regards

1 Like

Have you guys tried it on studio?
Please display your output here. I need to know where I am going wrong.

@Latifa

Option A

regards

Hi @Latifa
Answer Option A

@Latifa
If you find solution,Please Mark it as solution.

Thanks!!

1 Like

Hi @Latifa Sister

Option D is correct.
First initialize the index value before the read range workbook activity using assign activity
→ Assign → Index (int) = 2
Find the below workflow I have done the workflow.
Mails_Demo.xaml (11.9 KB)

Hope it helps Sister!!

1 Like

If you find the solution do mark it as solution to close the loop. @Latifa

Here is the Output Excel file column it was adding to subsequent rows.
image

Happy Automation!!

1 Like

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