How to Share, Manage Permissions and Remove Access on Power BI Reports?

In this post, we will share a Power BI report with a team member from my organization. This will require you to have the report published in Power BI Service.

Run Commands on Command-Line using Power Automate Desktop

In this post, we will run a simple command and get its output using Power Automate Desktop (PAD). We can use ipconfig windows command to test our flow. This is useful when you are automating any command-line tool.

Format Date in UiPath Studio

In this post, we will get today's date and format it to "dd-MM-yyy". Add a new assign activity. Create a new variable "todaysDate". Enter the following expression in the value.

[Fixed] No UiPath Studio project was found

This error usually comes when you try to clone a remote repository. The probable reason is that your remote repository is not in the structure of the UiPath project or we can say the project.json is not present in the root folder.

Clone Existing Project from Azure DevOps Repository using UiPath Studio

In this post, we will clone an existing UiPath project present in the Azure DevOps repository with the help of UiPath Studio.

Push your Code to GitHub Repository from UiPath Studio

Keeping a track of your changes and their history is very important for a developer. GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere.

Setup your Development Environment for Microsoft Bot Framework

In this post, we will install and set up the necessary tools and software required for us to start developing chatbots using Microsoft Bot Framework.

Push your Code to Azure DevOps Repository from UiPath Studio

I hope you have the project or code changes ready in the UiPath Studio to be pushed to Azure Repo. You will have a similar project structure like this for REF projects or you might have created just a single process.

Up ↑