From 853226c39c531626ac689ac4cf1f0e04e062f690 Mon Sep 17 00:00:00 2001 From: Alon Carmel Date: Thu, 19 Dec 2024 11:26:48 +0200 Subject: [PATCH] more fixes --- steps/05_uipath_log_data.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/steps/05_uipath_log_data.yml b/steps/05_uipath_log_data.yml index 2d78502..c66c6b8 100644 --- a/steps/05_uipath_log_data.yml +++ b/steps/05_uipath_log_data.yml @@ -9,7 +9,7 @@ startFlow: messages: - text: We want to see some feedback from our flow, we'll use a new action called `Log Message` - text: We'll :instruction[Click on the [+] Plus sign] and search for `Log Message` - - text: In the message input field choose your new variable `theincrediblevar` and log level as `Info` + - text: In the message input field choose your new variable `theincrediblevariable` and log level as `Info` - actionId: bot_message params: person: lucca @@ -41,4 +41,5 @@ trigger: params: person: lucca messages: - - text: "Lets do this! You managed to set everything up, print to console. Time to move to some advance things now." \ No newline at end of file + - text: "Lets do this! You managed to set everything up, print to console. Time to move to some advance things now." + - actionId: finish_step \ No newline at end of file