Get Note
Returns a specific note. The note is returned as a Note object, which gives you access to the entire contents of the note, as well as just its body, front matter, and file path.
This action will throw an error if the specified note doesn't exist, so it's best to use it after the "Check For Existence Of Note" action has determined that it does exist.