From 59c19cfeb3a43a26eff769d1c2878eb32f8d9f36 Mon Sep 17 00:00:00 2001 From: Alon Carmel Date: Thu, 12 Sep 2024 16:14:24 +0300 Subject: [PATCH] new ver --- steps/uipath_open_project.yml | 2 +- steps/uipath_setvariable_value.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/steps/uipath_open_project.yml b/steps/uipath_open_project.yml index dc4499c..101fea8 100644 --- a/steps/uipath_open_project.yml +++ b/steps/uipath_open_project.yml @@ -16,7 +16,7 @@ startFlow: chores! - text: Go ahead and launch UiPath Studio, and start a new project. You’ll feel as if you’re Donald Duck diving into a pool of automation goodness. - - text: Lets [Create a new Project](https://cloud.uipath.com/wilcofhwymbx/studio_/designer/new) and choose manual trigger + - text: Lets click on `Automations` and click :instruction[Create a new Project] and choose manual automation - actionId: ready_message params: person: lucca diff --git a/steps/uipath_setvariable_value.yml b/steps/uipath_setvariable_value.yml index 8633077..74ceccc 100644 --- a/steps/uipath_setvariable_value.yml +++ b/steps/uipath_setvariable_value.yml @@ -8,7 +8,7 @@ startFlow: person: lucca messages: - text: Now that we've created our incredible variable, let's fill some data into it by creating a new step after our trigger - - text: Click on the plus sign and search for `Set variable` and click on it + - text: ":instruction[Click on the plus sign and search for `Set variable value` and click on it] and choose `theincrediblevalue` - text: Now that you have an action inplace, choose the variable that we've created from the dropdown. - text: We'll choose data from the manual trigger called `Job Data`, expand the object and choose `Robot name` as value - actionId: ready_message