Action

Get Draft UUID

Posted by deanfx, Last update 1 day ago

Gets the current/active drafts UUID and copies it to clipboard.

Steps

  • script

    // Get the UUID of the current draft
    let uuid = draft.uuid;
    
    // Copy it to the system clipboard
    app.setClipboard(uuid);
    
    // Confirmation
    app.displaySuccessMessage("UUID Copied");

Options

  • After Success Default
    Notification Info
    Log Level Info
Items available in the Drafts Directory are uploaded by community members. Use appropriate caution reviewing downloaded items before use.