FEAT-27A |
file = QRCODE "https://example.com" |
Creates a QR code from specified text. |
Data Handling |
FUTURE |
FEAT-28B |
FORMAT value, format |
Formats a value according to the specified format. |
Data Handling |
FUTURE |
FEAT-29C |
ADD NOTE |
Adds a note to a file named Notes.xls of .gbdata. |
Data Handling |
FUTURE |
FEAT-30D |
ALLOW ROLE |
Check if a role specified in People sheet (.gbdata) will have access. |
Data Handling |
FUTURE |
FEAT-31E |
page = OPEN url [AS #namedSession] |
Web automation retrieval of a web page, saving the session for reuse. |
Web Automation |
FUTURE |
FEAT-32F |
variable = GET page, cssSelector |
Retrieves an element within an IFRAME specified by selector. |
Web Automation |
FUTURE |
FEAT-33G |
SET page, cssSelector, value |
Defines a field to a value on the webpage specified by selector. |
Web Automation |
FUTURE |
FEAT-34H |
CLICK page, cssSelector |
Clicks on an element inside the web page being automated. |
Web Automation |
FUTURE |
FEAT-35I |
file = DOWNLOAD url |
Downloads a file from the specified URL. |
Web Automation |
FUTURE |
FEAT-36J |
HEAR variable AS FILE |
Returns a file uploaded by the user to be saved. |
File Management |
FUTURE |
FEAT-37K |
HEAR variable AS AUDIO |
Returns an audio file uploaded by the user to be saved. |
File Management |
FUTURE |
FEAT-38L |
INCLUDE file |
Includes a file into .gbdialog. |
File Management |
FUTURE |
FEAT-39M |
UPLOAD file |
Uploads a file to a storage blob, like Azure Storage. |
File Management |
FUTURE |
FEAT-40N |
DIR path |
Returns a list of files in the specified directory. |
File Management |
FUTURE |
FEAT-41O |
FILL |
Fills data into a Word document to be exported as images. |
File Management |
FUTURE |
FEAT-42P |
SAVE variable AS "path/file" |
Saves the specified variable as a file at the given path. |
File Management |
FUTURE |
FEAT-43Q |
TABLE name ON connection |
Defines a TABLE on the specified storage (database) connection. |
Advanced Operations |
FUTURE |
FEAT-44R |
field AS dataType |
Defines a field in TABLE. Eg.: name string(50). |
Advanced Operations |
FUTURE |
FEAT-45S |
CONTINUATION TOKEN |
Returns the value of the continuation token associated with the current dialog. |
Advanced Operations |
FUTURE |
FEAT-46T |
aadToken() |
Auto-generated variable that contains Azure AD Token useful for calling Microsoft Web Services. |
Internal Variables and Functions |
FUTURE |
FEAT-47U |
SET PARAM name AS value |
Defines a retrievable param in the storage in the scope of the user. |
Options |
FUTURE |
FEAT-48V |
GET PARAM name |
Returns a previously user scoped param via SET PARAM from the storage. |
Options |
FUTURE |
FEAT-49W |
SET HTTP HEADER _key = value |
Defines an HTTP header to be used in the next GET call. |
HTTP Authentication |
FUTURE |
FEAT-50X |
SET HTTP USERNAME = value |
Defines the HTTP username to be used in the next GET call. |
HTTP Authentication |
FUTURE |
FEAT-51Y |
SET HTTP PASSWORD = value |
Defines the HTTP password to be used in the next GET call. |
HTTP Authentication |
FUTURE |
FEAT-52Z |
SET HEAR ON "mobile" |
Sets HEAR options for mobile numbers. |
Options |
FUTURE |
FEAT-53A |
SET MAX LINES value |
Defines the maximum number of lines for output. |
Options |
FUTURE |
FEAT-54B |
SET SCHEDULE "2 * * * * *" |
Defines a schedule for periodic tasks. |
Options |
FUTURE |
FEAT-55C |
SET LANGUAGE value |
Sets the language for the dialog. |
Options |
FUTURE |
FEAT-56D |
SET TRANSLATOR [ON or OFF] |
Turns the translator feature on or off. |
Options |
FUTURE |
FEAT-57E |
SET WHOLE WORD [TRUE or FALSE] |
Defines if whole word matching is used. |
Options |
FUTURE |
FEAT-58F |
SET THEME "dark" or "white" or "blue" |
Defines the theme for the next content generation (PDF, images, videos, etc.). |
Options |
FUTURE |
FEAT-59G |
SET OPERATOR [OR] |
Defines OR operations on multiple FIND filters separated by comma. |
Options |
FUTURE |
FEAT-60H |
SET FILTER TYPE [comma separated list of types] |
Uses the specified type in next FIND calls, disabling auto-detection of filter type. |
Options |
FUTURE |
FEAT-61I |
SET PAGED "auto" or "none" |
Defines auto paging for HTTP REST GET calls. |
Options |
FUTURE |
FEAT-A7B |
|
Any files inside public folder of bot .gbdrive will be accessible in /[botId].gbai/[botId].gbdrive/public |
|
|