- I’m Community users.
- In the studio, Folder information was retrieved using the GET method using the ‘orchestrator http’ or ‘http’ activity and was successfully confirmed through the log.
- I want to output the Folder or ProcessName list to a cell using swagger in VBA.
I’d like to know how.
Hi,
In general, we can directly access to WebApi of Orchestrator from an external application. Can you share why you want to use swagger?
And also do you want to access it from Excel VBA?
Regards,
I am trying to download the process list and process logs for each folder using VBA in Excel.
As far as I know, as Excel VBA doesn’t have JSON parser as default, it may be better to call other program such as powershell etc. then get its return value OR use (import) library for JSON.
Also the following document will help you.
Regards,