Check For Existence Of Note
Given a file path, this action will returns a status of true
or false
. You would use it before any other actions which assume the existence of a particular note.
Examples
If you wanted to test whether a note "Hello there" exists in a vault called "Testbed", you'd set the "File Path or Name" parameter to Hello there
and the vault parameter to Testbed
. This would be followed by a built-in "If" action that checks the result of the "Check For Existence…" block using an is
comparison — a positive result means "note exists", a negative "note doesn't exist".
Screenshot:

Changes / History
v1.1
- Renamed action (before: "Check For Existence Of Note").
- Action returns a simple
true
orfalse
result now (before:available
/unavailable
), making it much easier to test the result in an "If" block.