How can i use a .NET code in Uipath

i have a .net code that consists of some API keys .we get the details of the employees from that API key.how can i use that code in Uipath

Hi , There is an activity called Invoke Code .
You can use this activity to execute your .Net code

You need to give input and Output parameters to use this activity

Hi
we got two options to handle this
if we are using api then use HTTP REQUEST activity to call the api and get the details we want

or
if its a code then use INVOKE CODE activity and it will accept dot net code

Cheers @sruthi_gunji