Hii Team,
We have Sheets in Below Format
How can we Extract
Document Data= ANK
We have different Codes
NY01
KN01
Document Data is Present within AN- Followed by Code
i.e
AN-NY01
AN-KN01
How can we extract document data from these different sheets
Attached sheet for reference
NY_KN.xlsx (6.1 KB)
Thanks in advance
vrdabberu
(Varunraj Dabberu)
August 19, 2024, 7:31am
2
Hi @NISHITHA
If you want to extract the sheetnames then you can use For Each Sheet in SpreadSheet acitivity and inside that you can continue with the further process by passing currentItem
.
currentItem
inside For Each Sheet in Spreadsheet will print the sheetnames present in the excel.
Check the below for for better understanding:
Regards
Hello @vrdabberu
We need to Extract
Document Data for each code
Example
In AN-NY01 we extract ANK
In AN-KN01 we need to extract AN-KN01
vrdabberu
(Varunraj Dabberu)
August 19, 2024, 7:55am
4
Hi @NISHITHA
Then, please follow the below process:
In the activity of Read Cell in Sheet please click on +
and Open the Advanced Editor and pass currentItem
.
Output:
Regards
Thanks @vrdabberu
Is there a dynamic approach to extract based on row with Document Data
Get corresponding column value
system
(system)
Closed
September 28, 2024, 6:29pm
6
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.