Am modifying queue data using the Orchestrator HTTP request activity.
The code works perfectly fine when I reference a queue item from the classic folder but when I reference the queue item from the modern folder activity returns an error status code 404 with below JSON response. (Screenshot attached)
NB: Am using cloud orchestrator !
{"message":"Queue Item not found.","errorCode":1002,"resourceIds":null}
How can I pass the folder information while dealing with modern folders?
Any assistance will be appreciated