Connect java code in uipath

Could you help me? I’m connecting an API that was developed in Java in uipath but I can’t get the data I require, could you please help me.

regads…

2 Likes

@Rene_hernandez

Hello Rene,
welcome in the UiPath Community.

UiPath offers a Java Activity. Choose Manage Packages in your project and select UiPath.Java.

After the installation you can find a new item App Invoker with a Java node.

image

On this way you can use Java now into your automation workflow. You can find more information about the using of Java in the UiPath Documentation Portal.

Best regards
Stefan

Hey @Rene_hernandez

Since you said API, I hope it should have an endpoint with proper JSON response.

If this is the case you can directly use the HTTPS activity.

So the issue you said is that you are not getting expected data in the APIs response ?

Thanks
#nK