Skip to main content

Update Note

Description

This Activity updates the specified Note with modified Content and Title using its Id.

Properties

Input

  • Content - Content of the Note.
  • Note Id - Id of the note.
  • Title - Title of the Note.

Misc

  • DisplayName – The display name of the Activity.
  • Private – If selected, the values of variables and arguments supplied will never be logged.

Optional

  • Continue On Error – It Specifies whether the automation should continue even when the Activity throws an error. If True, the Activity continues without throwing any exceptions. If False, the Activity throws an exception. The default value is False.
    note

    Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.

  • Is Private - If true, the Note will have access only to the Owner and Administrator.

Example

Download Example

Update Note