hi i have a problem.
im using studiox x to automate excel. after massaging using studio x, i want to insert the info (using excel that i massage) into another excel template. can anyone help me with the workflow?’
im using studio x community
hi i have a problem.
im using studiox x to automate excel. after massaging using studio x, i want to insert the info (using excel that i massage) into another excel template. can anyone help me with the workflow?’
im using studio x community
Hello @Nur_Amin
Certainly, here’s a concise version of the workflow using UiPath Studio activities:
Data Massaging Workflow:
Insert Data into Another Excel Template:
Thanks & Cheers!!!
hi can u help me with the workbook?
hi for the massage data, im using use excel file, then start with step massaging such as filter data table. then how to i start to open my template excel file to vlookup the info from the excel that i massage?
Sequence
├── Excel Application Scope (Read Massage Excel File)
│ ├── Read Range (Read data into massageDataTable)
│ ├── Filter Data Table (Apply filters and store in filteredDataTable)
│ └── Excel Application Scope (Write Template Excel File)
│ └── Write Cell (Write VLOOKUP formula)
└── End Sequence