Delete Input

Deleting an input removes it from the action, ensuring it is no longer available for use. However, an input cannot be deleted if it is used within the action.

Steps to Delete an Input

  1. Navigate to the Inputs Tab

    • Go to the Action Page where the input is defined.

    • Click on the Inputs tab to view the list of inputs associated with the selected action.

  2. Select the Input to Delete

    • In the listing table under the Inputs tab, locate the input you wish to delete.

    • Hover over the input, and the three horizontal dots (kebab menu) will appear next to it.

  3. Initiate Input Deletion

    • Click on the three horizontal dots next to the input.

    • From the dropdown menu, select Delete.

  4. Confirm Deletion

    • If the input is currently used within the action logic, the Delete option will be disabled.

    • If the input is not used, a confirmation dialog will appear.

      • Click Delete to proceed with the deletion or Cancel to abort the operation.

The Delete option will be disabled if the input is being used in the action logic.

Last updated