Skip to content

Commit

Permalink
Update chapter-05-gbdialog-reference.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Dec 30, 2023
1 parent d2a869a commit 7706712
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion book/chapter-05-gbdialog-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 7706712

Please sign in to comment.