Clone note action will copy the specified OneNote notebook to the Notebooks folder in the Documents library. Notebooks folder is created if it doesn't exist. It allows also to copy the notebook with all content.
Example of Clone note action configuration on the current site
For more information about Action Builder read Action Builder introduction article.
Note 1: In order to use the Clone note action in Scheduled/Triggered Actions skybow OneNote Connector has to be approved by a tenant administrator and site has to be added to Approved sites list before this action can be used. Learn more about skybow M365 Connectors
Note 2: When you deploy the solution to another SharePoint tenant, it requires approval of skybow OneNote Connector on the deployment tenant as well.
To configure the action Clone note additional properties should be specified:
Configuration
Property | Required | Type | Description |
Source group | yes | String | Id or name of the group to clone note from. |
Source note | yes | String |
Select one of the options:
|
Target group | yes | String | Id or name of the of the group to clone note to. |
Target note | yes | String |
Select one of the options:
|
Clone content | yes | Boolean |
Specify whether to clone the content. |
Availability
Modern Forms | List Actions | Scheduled/Triggered Actions |
- | - | ✓ |
Output
Output Parameter | Type | Description |
NoteID | Number | Returns the Id of the cloned note as output parameter and can be used in subsequent actions. |
NoteName | String | Returns the name of the cloned note |
NoteUrl | String | Returns the full Url to the cloned note |