...
multiexcerpt-include-macro |
---|
...
name | Header |
---|
templateData | [] |
---|
page | How to article - Include Page stuff |
---|
addpanel | false |
---|
|
Info |
---|
Use this page to find example workflows for Aura Digital Workforce. |
...
Multiexcerpt fast include block macro |
---|
name | Introduction |
---|
templateData | [] |
---|
page | How to article - Include Page stuff |
---|
addpanel | false |
---|
|
Multiexcerpt fast include block macro |
---|
name | Video |
---|
templateData | [] |
---|
page | How to article - Include Page stuff |
---|
addpanel | false |
---|
|
Multiexcerpt fast include block macro |
---|
name | Script |
---|
templateData | [] |
---|
page | How to article - Include Page stuff |
---|
addpanel | false |
---|
|
This example will create a datatable and add columns and rows to it.
Code Block |
---|
Create Datatable $table
Add Columns "Name", "Phone", "Email"
Add Row "John Doe", "646-234-0909" , "jdoe@contoso.com"
Add 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 auto generated variables you can use, then remove the pause
Pause
Show Message Box "User has name $_Name"
}
//Stores results to what we call a 'Result Package'
Add Result $table
//Send results from Result Package to location
//in this case sends results to Aura Desktop user
Send Results to Desktop
//You could also save all results added to a folder on Aura Worker
//Send Results to "D:\data\"
Pause
|
Multiexcerpt fast include block macro |
---|
name | Resources |
---|
templateData | [] |
---|
page | How to article - Include Page stuff |
---|
addpanel | false |
---|
|
None
Multiexcerpt fast include block macro |
---|
name | Related Articles |
---|
templateData | [] |
---|
page | How to article - Include Page stuff |
---|
addpanel | false |
---|
|
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 10 |
---|
showSpace | false |
---|
cql | label 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" ) |
---|
|
Include Page |
---|
| Snippet - How-to Foot - Aria |
---|
| Snippet - How-to Foot - Aria |
---|
|
Include Page |
---|
| Snippet - Footer - Tech |
---|
| Snippet - Footer - Tech |
---|
|