Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

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

Multiexcerpt fast include block macro
nameScript
templateData[]
pageHow to Article - Include Page Stuff
addpanelfalse

Genta Automation.

...

Script

This example will create a datatable and add columns and rows to it.

Code Block
Create Datatable $table

Add Datatable Columns "Name", "Phone", "Email"

Add Datatable Row "John Doe", "646-234-0909" , "jdoe@contoso.com"

Add Datatable Row "Jane Doe", "416-234-0909" , "jdoe@contoso.com"

Foreach ($row in $table)

{

//You can access data in a datatable by row index.

Show Message Box "User is {$row[0]}"

Show Message Box "Their email is {$row[2]}"

Show Message Box "Their phone number is " + $row[1]

//You can also access data by column name for the current row.

//Add Pause below to see the auto-generated variables you can use, then remove the pause.

Pause

Show Message Box "User has name {$_Name}"

}

//Stores results to what we call athe 'Result Package'.

Add Result $table

//Send the results from the Result Package to a location.

//InThis thiswill case, it sendssends the results to Aurathe Genta Desktop user.

Send Results to Genta Desktop

//You could also save all the results that iswere addeded to a folder on the AuraGenta Worker.

//Send Results to "D:\data\"

.
Include Page
Snippet - How-to Foot - Aria
Snippet - How-to Foot - Aria
Multiexcerpt fast include block macro
name

...

Related Articles

...

Filter by label (Content by label)
showLabelsfalse
max10
showSpacefalse
cqllabel in ( "kb-how-to-article-aria" , "kb-tech-aria" , "value" , "input" , "get" , "text" , "message" , "box" ) and label in ( "kb-command-reference-aria" , "kb-how-to-article-aria" , "kb-tech-aria" )

...