Dear Masters Pls provide solution for this problem.Tq

I had two columns col1 and col2. Col1 has some data and col2 is blank. The first user gives input is some int(1,2,3…etc). Eg: If the user input is ‘5’ i need to print five 1’s, five 2’s, etc in the second col.
image

HI @Lokesh_M2

Check out the XAML file

image

image

UserInputExcel.xaml (7.7 KB)

Regards
Gokul

it showing missing or invalid activity

Hi @Lokesh_M2

Do you have Excel and system activity in the studio?

If not Install the package in the Manage Package.

You refer the image and create the flow

Regards
Gokul

Hi Gokul this logic is not working.

Can tell me what is not working and explain bit more on your question? @Lokesh_M2

Actually, my problem statement is, If I provide user input ‘3’ then in col2
First, three rows should be filled with ‘1’
The next three rows should be filled with ‘2’
The next three rows should be filled with ‘3’
The next three rows should be filled with ‘4’

Like this, it must write the number until the last row of col1.
I hope u got it.Tq