Link List
The link list datatype allows sending a list of URLs as dynamic URLs to the Share Links card in the Codeless bot builder.
Note: The Link list is available only on the Output parameter.
Attribute Name | Datatype | Description |
icon | URL | The display icon (50x50/less than 1 MB) near the hyperlinked text [(1) - reference] |
target | String | "_blank|_self" The "_blank" opens the link in a new tab/window, and the "_self" opens the link in the same tab/window |
text* | String | The hyperlink text [(2) - reference] |
URL* | URL | The URL to be opened/redirected. |
Reference
Syntax
Copied
Sample code
Copied