How do I go get queue item that is outside my orchestrator folder

I have a get queue items activity and it gives me a bad request error. I have four folders in my orchestrator.

Folder 1
Folder 2
Folder 3
Folder 4

I’m currently inside Folder 1. but the queue I wanna get is inside folder 4? What Should I put in the Orchestrator Folder Path? I tried both “Folder 4” and “…/Folder 4” but it both gives me the same error which is Bad Request. Any Idea what’s the solution for this?

image

@kevzki

You have to give the full path starting from the base location for that you need to use / first…or can use relative using … convention…check the rules below…and I hope you are on modern folders only

Cheers

I’m using classic folder. I was able to solve this using orchestrator API.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.