Utils
Bookmark
The Get Bookmark and Update Bookmark nodes only function in combination with the Bookmark component. To use them, please create a Bookmark component and select the bookmark you wish to use for further editing from the dropdown menu in the Details tab of the associated component.
Get Bookmark
This node allows you to query and read the currently available information for a bookmark.
Flow

Parameter set
Attribute | Type | Description |
|---|---|---|
Bookmark | Bookmark | Requires the Get node of a Bookmark component. |
Label | String | |
Value | String | |
Description | String |
Update Bookmark
This node allows the currently available information for a bookmark to be overwritten or modified as desired.
Flow

Parameter set
Attribute | Type | Description |
|---|---|---|
Bookmark | Bookmark | Requires the Get node of a Bookmark component. |
Label | String | |
Token | String | |
Value | String | |
Description | String | |
Success | Boolean | Indicates whether the update was successful or not. |
Message | String | Returns the success or error message of the update process, if applicable. |