Pinky Agrawal
-
What is Argument and how to create and remove -UiPath
Argument: Used to store data dynamically Used pass the data within and between the projects from one workflow to another.Have specific directions(In/Out/In-Out) that explain which direction the data will flow or pass. You can create arguments from : Arguments PanelProperties PanelExpressionsActivity Body Argument Direction: In: This direction means that the argument can only be used…
-
RPA Developer Interview Questions – Part 1
Blue Prism vs UiPath ParameterBlue PrismUiPathInstallationBased on windows packages.Database and additional configurations can also be done easily after the installation.The Studio is easy to install as it is just a windows package but the Orchestrator needs a lot of care during installation. DeploymentCreate a package (Blue Prism Studio | Releases |Package), export it and import…
-
How To: Use Dynamic Variable in the selector(UiPath)
What are dynamic variables: In programming, a dynamic variable is a variable whose address is determined when the program is run. In contrast, a static variable has memory reserved for it at compilation time. Going by the same concept, It's necessary most of the times to dynamically create a selector based on some values obtained from previous steps in your process.…
-
How To : Kill All IE Browsers Except Selected One (Using Find Children Activity)- UiPath (By Pinky Agrawal)
We all have faced this many times where in we need a specific browser window to be open and all others to be closed. Killing the browser PID, will definitely close/terminate all the browser windows, but that's what we don't want. We want our specific window to remain open . Let's take an example: We…
-
Delete a Process in Blue Prism
While Deleting process from Process Studio, getting following Error message "An error occurred while deleting the process: Could not delete the process. This process has been run before and is required for audit". This message occurs because Blue Prism internally maintains some data for audit trails (Archive Logs) whenever a process is run. To delete…
Recent Posts