Link Search Menu Expand Document
Table of contents
  1. Flow - drsearch
    1. Description
    2. Variables
      1. Used
      2. Created
    3. Termination
    4. Flow
    5. Notes

Flow - drsearch

Description

Searches draft content for the text passed in via query, and allows the user to select a matching draft.

When the draft is identified, the flow passes on the UUID of the matched draft to another flow, to open it in Drafts.

Variables

Used

The following variables can be passed in and will be processed by the flow.

Variable Description
query The text to match against the draft content.

Created

The following variables are set-up by the flow.

Variable Description
NotificationTitle The title to be shown in any completion notification.
NotificationMessage The message to be shown in any completion notification.

Termination

Flow

drfind

Notes

  • The search is a contains search,.
  • Holding down ^ while pressing return (or clicking on the matching draft in the list) will copy the URL for the draft instead of opening it in Drafts. This is effectively another way to trigger the Copy Draft URL action.
  • Holding down ⇧^ while pressing return (or clicking on the matching draft in the list) will copy the redirect web URL for the draft instead of opening it in Drafts. This is effectively another way to trigger the Copy Draft Redirect URL action.
  • Holding down while pressing return (or clicking on the matching draft in the list) will copy the content for the draft instead of opening it in Drafts. This is effectively another way to trigger the Copy Draft Content action.