Hi I am setting up organization units one for production and one for development (to better control the alerts) I have a situation where anything I send to the data queue ends up in the default unit. I created the same queue in both units and have the org unit id. I am trying to post items on the specific queues using the following:
[{“key”:“X-UIPATHOrganizationUnitId”,“value”:“"8"”,“description”:“”,“type”:“text”,“enabled”:true}]
The way I understand it this should add the transaction to the specific queue within that org unit however it still posts it to the default queue.
Has anyone experienced this and what can you suggest to resolve?