Hey,
I have been trying to use the Workday HCM connector for a couple of flows.
Currently am using a Workday sandbox enviroment intergrations account, and when I manually trigger a flow to for example get "
Get_Employee_Employment_Info" this is working perfectly fine, but when I try and start the flow with the "When_an_employee_is_added_or_updated" when I attempt to run the flow it fails with the following error:
{
"error": {
"code": "SOAP-ENV:Client.authenticationError",
"message": "invalid username or password",
"detail": [],
"clientRequestId": ""
}
}
I find this strange as the connector is working fine when using the manual trigger.
Has anyone had succesfully been able to use this?