Calculate Unused Variables

Overview

The Calculate Unused Variables function looks through the environment that it is used in to automatically identify all unused variables for every object. This removes the time that a developer spends performing their code review and gets rid of any human error when they are searching for them.

This function should be used during a code quality check on the development environment before an application is deployed into a higher environment.

Key Features & Functionality

  • Identifies all unused variables in an Appian environment
  • Search filter to narrow down the objects the calculation in performed on (this can be used with the prefix of the application to only find unused variables for that application)
  • Safety mechanism so that the function does not return too many results or run for too long
Anonymous