Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6808555
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T19:58:14+00:00 2026-05-26T19:58:14+00:00

I have an automator workflow with a Run Applescript action. Is it possible to

  • 0

I have an automator workflow with a Run Applescript action. Is it possible to enable/disable/delete another automator action in my Run Applescript? See my previous question for more details.

Edit: I have started a bounty. I am looking for questions that enable me to do this in an Automator application.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T19:58:15+00:00Added an answer on May 26, 2026 at 7:58 pm

    I’m not aware of a way to do it within an Automator application, but give this a try – the script in the following example workflow toggles the enabled property of the action following it. Create a new workflow with 3 actions:

    1) an Ask for Text action to get some input;

    2) a Run AppleScript action to test the input and do something:

    on run {input, parameters}
    
        if (input as text) is "" then -- if no input then disable the following action
            set currentAction to index of current action of front workflow -- the most recent completed action
            tell Automator action index (currentAction + 2) of front workflow to set enabled to not enabled
        end if
    
        return input
    end run
    

    3) an Ask for Confirmation action to put up a dialog (or not).

    You can use other action properties such as the name, but the index or id works better if there are more than one of the same action.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using the following AppleScript in my Automator workflow: on run {input, parameters} --say
I have an automator script that I'd like to run on a folder. I
I have created an Automator workflow service (not Automator application!) under Mac OS X
I have a Windows Workflow application that uses classes I've written for COM automation.
I have tool that creates variables for a simulation. The current workflow involves hand
I'm trying to create a simple Automator workflow that will prompt me for where
I have a fairly complicated build workflow for one of my Jenkins builds. The
We have started using Hudson, and the current workflow is: checkout locally > code
Some Cocoa applications (for instance, Mail and Automator) have a special control usually in
I'm trying to create a universal Automator action for Mac OS X 10.5 &

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.