Hello,
I am trying to assign an entitlement through a workflow and i keep getting this error: request failed: 400 - 400 Bad Request: (type: HTTP Response Returned a Client Error, retryable: false): request failed: 400 - 400 Bad Request.
I have the following steps in my workflow: Get access by search query: here I specified the id of the entitlement by search query.
The next step is Manage Access - Add access. In the Access to Manage, I added this: $.getAccess.accessItems from previous step Get Access.
I tested the workflow and in the output of Get Access i retrieve the correct data (only one entitlement).
But on the next step, Mange Access - add access, it is failing with this error: request failed: 400 - 400 Bad Request: (type: HTTP Response Returned a Client Error, retryable: false): request failed: 400 - 400 Bad Request
Hi, sorry for the late reply.
No, it did not work from workflow.
I simply created an automatic role, and I am assigning the license through role, for specific criteria.
I solved the issue with this workaround and there was no need to assign from workflow anymore.