How to save the data separately once data is extracted from different toggle.
Example:-
I have excel file, in first sheet1 5 accounts has been stored
and second sheet2 i have added key and values, after running my workflow the data has been captured in sheet2 and before running second account sheet2 data has been stored in x folder and start next account. i am expecting for 5 accounts 5 excel files in x folder. please help me on this.
Hi Arjun thanks for your quick resolutions, your workflow is working. but i am looking in different way.
example of dummy data.
Sheet-1
Account
123
456
789
Shee-2
Key
Values
name
xyz
DOB
12/12/2010
FatherName
ABC
Address
12, zyc das
note - the second sheet2 entire data should copy or create a new file.
So basically you need to create 3 files as per 3 data from sheet 1 & each file should contain the entire data present in sheet 2, am I right? Please let me know.