Have two questions here
- Not able to get " List < string > " type variable.
- How to pass the captured sheet name in a variable for further use.
please refer to the screenshot
Get Workbook Sheets.xaml (9.9 KB)
Have two questions here
please refer to the screenshot
Get Workbook Sheets.xaml (9.9 KB)
Now in Get Workbook Sheets activity, enter the list variable created above in Output Sheets property
thanks! I was able to get the List < String >. Now please support on the other query as well (How to pass the captured sheet name in a variable for further use).
you can go through my workflow
@KP6689Sequence.xaml (5.5 KB)
Cheers
It is hard to comprehend in isolation, can you please, if ever, integrate it with the attached file
Get Workbook Sheets.xaml (9.6 KB)
Get Workbook Sheets.xaml (6.5 KB)
you got the solution??
@KP6689
there seems to be confusion, regrets, I was able to get the Variable Type ’ List < String> ’ but my second question(How to pass the captured sheet name in a variable for further use) still lies unanswered
okay do you have only three Sheet names ??
if so you can do this
Use Variable1 = lstSheets(0),
Variable2 = lstSheets(1),
So on
Cheers
@KP6689 Happy learning!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.