I need to grab the Management Level ID for an employee in Workday to use in a workflow. I have built the below workflow which:
I've been testing this workflow without success, and have noticed that even though the workflows are returning as "Succeeded" in the run history, on closer inspection the last action - which updates the list - is not completing. I have also tried a different version of this workflow in which the last action is to send me an email with the Management Level in the email body, but this action also does not complete. Where am I going wrong?
Solved! Go to Solution.
Update: we tried a whole bunch of different endpoint addresses until we found one which worked.
This is it (for our sandbox): https://wd5-services1.myworkday.com/ccx/service/<tenant>/Human_Resources/v35.2?wsdl
Hi @Xperia
The last "Update Item" bring greyed out means that probably the "Apply to each" doesn't have any value. Can you check if there are items returned in the previous step, "Get Employee Employment Info"?
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Cheers
Manuel
Update: we tried a whole bunch of different endpoint addresses until we found one which worked.
This is it (for our sandbox): https://wd5-services1.myworkday.com/ccx/service/<tenant>/Human_Resources/v35.2?wsdl
Hi @Xperia
Awesome, well done.
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Cheers
Manuel