Sharing Uipath demos

Hi guys,
I just completed my first automation project and I have been asked to share a demo of my work. What’s the easiest way of sharing it? I Am a newbie.

1 Like

Hi @Latifa ,
You can zip all your project
You can share only your image screen short steps, in/output
or video it running
regards,

1 Like

There are many ways

Let’s go one by one

  1. Publish your code to the orchestratror and then Client can login to the Orchestrator and Downlaod the Nudget from Processes and Get the Code from it.
  2. Instead of publishing the code to Orchestrator - Publish the code to the Custom/Local Drive and share the nuget package to the Client via email.

Now - How to retreive Code from nuget package.

  1. rename the .nupkg to .zip
  2. Unzip the Folder
    3.You will see something like below
    image
  3. Open Lib >> Net 45 . You will get the Code
    image

This is how u can share the code

To share the demo of your automation flow, you can use recording option in orchestrator

Have a view on this on how to do it
https://docs.uipath.com/orchestrator/standalone/2023.4/user-guide/about-recording

Hope this helps

Cheers @Latifa

1 Like

@Latifa

  1. Publish to local and share the nupkg…when publishing make sure to include source option checked so that code is also added
  2. Zip the code if xamls are needed directly …and send it
  3. If you have a source control like git etc…then push the code to the source control and share a link

Hope this helps

Cheers

1 Like

Hope it’s clarified @Latifa

Thank you very much guys!

Yes it is,thanks for asking @Palaniyappan

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.