Hi!
I have successfully connected Workday with UiPath and are able to run integrations, my question arises when I don’t know where to visualize the data, the xml output document. I get two output variables, one of type ReponseStatus and Integration_EventType. What sentence should I use to get the xml document?
Could you please explain more in detail like what action you are trying to do with activity Screenshots ?
This will help.
Thanks
#nK
Sure! Basically when I run my integration I get an XML file (That’s my company’s information and we are not allowed to show it). I want to know how with the variables the Launch EIB activity in UiPath has, I can work with the XML file inside of Workday.
Thanks!
Okay thanks for the info.
But when you say XML it’s too general.
Seeing the output object it is EventType object which will hold some props with values. Just check in debug mode the value in it to see if that’s is the data you are looking for ?
Thanks, follow up question. I cannot find any information related to reading the Integration_EventType type of variable, would you happen to know how to read the data inside of it? Just read, doesn’t matter if its not formatted
Okay as per your screenshot you are trying to store the output event type information into a variable called IntegrationEvent
I would request you to just use that variable somewhere may be in log message and keep a dot after it which will popup many suggestions showing the properties and methods it has.
Just please check if those are anyway related to your requirement or useful to you.
Thanks
#nK
@Daniela_Valdez_Luis
Could you manage to upload the EIB successfully with the “Launch EIB” activity passing the XML inputs.
I do have the same scenario where the connection with Workday is getting established using the “Workday Application scope” activity, but the “Launch EIB” activity is getting failed with error message “Launch EIB: One or more errors occurred.” Looking forward for a solution to fix the same.
@Nithinkrishna
Thanks
@Jithin_Bhaskaran Screenshot pls
@Nithinkrishna Please find the details.
Hi @Nithinkrishna
Greetings.
We couldn’t resolve the issue.
We had the meeting with UiPath Product team and they confirmed that without basic authentication( Using username and passwords) we cannot use the internal UiPath Workday APIs / activities for the requirement, as the UiPath API call uses SOAP call for integration.
We can internal get the ISU user (with API access ) which uses Client ID and secret for authentication as per the security policy.
The Workday activities will work perfectly with user credentials.
Thus UiPath suggested to go ahead with UI automation for the EIB uploads.
Thanks for the support @Nithinkrishna
Great, Thanks for sharing !
Anyone who can help with reading the IntegrationEvent data ?
I have opened another thread for this.