Show Note / ShowNote (internally is.workflow.actions.shownote)

This action requires that Shortcuts has permission to use WFNotesAccessResource.

description

summary

Opens the note passed in as input.

usage

ShowNote 

arguments



source json (for developers)

{
	"ActionClass": "WFShowNoteAction",
	"ActionKeywords": [
		"apple"
	],
	"AppIdentifier": "com.apple.mobilenotes",
	"Category": "Text",
	"Description": {
		"DescriptionSummary": "Opens the note passed in as input."
	},
	"Input": {
		"Multiple": false,
		"Required": true,
		"Types": [
			"WFNoteContentItem"
		]
	},
	"InputPassthrough": true,
	"Name": "Show Note",
	"Parameters": [],
	"RequiredResources": [
		"WFNotesAccessResource"
	]
}