Hi, I have created one workflow in IdentityNow where I am trying to initiate an access request (access_profile) once there is a new id created (trigger - provisioning completed)) in one particular service. My workflow flow is reaching till manage access node but there its giving me this error:
{"displayName":"Get Identity","result": --> this tag is giving all attribute value for user
{"displayName":"Manage Access","input":{"addIdentities":"","addIdentities.$":"$.trigger.identity.id","comments":"create adm","removeDuration":null,"removeIdentity":null,"requestType":"GRANT_ACCESS","requestedItems":{"id":"fa5ab7a39d78434d1db6cf","name":"Grant ID Accounts Access test2","type":"ACCESS_PROFILE"}},"stepName":"manageAccess","task":"sp:access:manage","technicalName":"Manage Access"}
{"displayName":"Manage Access","error":"request failed: 400 - 400 Bad Request: (type: HTTP Response Returned a Client Error, retryable: false): request failed: 400 - 400 Bad Request","stepName":"manageAccess","task":"sp:access:manage","technicalName":"Manage Access"}
Could you please suggest me what I am missing.