Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 8 Next »

Home | Categories | How-to-Articles | Command Reference | Examples | Troubleshooting | Cognillo.com

Use this page to find example workflows for Aura Digital Workforce.

This example will loop words in a sentence.

//We can use a split command to split the text by spaces
$something = @Split("this that other", " ")
show message box "I am looping words in a simple sentence"
Foreach ($word in $something)
{
show message box "The word is '$word'"
//The Log command below writes the message to the log file
//Logs also appear in the Logs section; see the Log tab button above the Editor
Log $word
//You can use variables inline or outside quoted strings
//Log Warning "This may not be the right word" + $word
//Log Error "This is the wrong word" $word
}

None

Filter by label

There are no items with the selected labels at this time.


Can't find what you’re looking for? Create a Support Ticket or Chat Live (click 'Chat with a Representative')

NOTE: Our User Guides (MS Word) provide help that may not be found in the Knowledge Center articles.

  • No labels