Action

Trigger List

Posted by RosemaryOrchard, Last update about 4 years ago - Unlisted

A sample trigger list action for shopping with Drafts

Steps

  • script

    let p = Prompt.create();
    
    p.addButton('Toilet Paper');
    p.show();
    
    draft.content = draft.content + "\n- [ ] " + p.buttonPressed;

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.