From 7706712c7dcaf7a97c32ccfcbb290fcc5ee0676a Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Fri, 29 Dec 2023 21:48:09 -0300 Subject: [PATCH] Update chapter-05-gbdialog-reference.md --- book/chapter-05-gbdialog-reference.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/book/chapter-05-gbdialog-reference.md b/book/chapter-05-gbdialog-reference.md index a74bb276..ab64630e 100644 --- a/book/chapter-05-gbdialog-reference.md +++ b/book/chapter-05-gbdialog-reference.md @@ -58,7 +58,9 @@ The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.b | ADD NOTE | Adds a note to a file named Notes.xls of .gbdata. eg.: ADD NOTE "text" | | ALLOW ROLE | Check if role specified in People sheet (.gbdata) will have access. eg.: ALLOW ROLE "DevOps" | | CONTINUATION TOKEN| Retuns the value of the continuation token associated with the current dialog. | - +| UPLOAD file | Uploads a file to a storage blob, like Azure Storage. | +| DIR path | Returns a list of files to be used with FOR EACH and performs actions. | +| TABLE name ON connection | Defines a TABLE on specified storage (database) connection. | ### Internal Variables and Functions.