Remove All Content From File Collection
  • 23 Aug 2024
  • 1 Minute to read
  • Dark
    Light

Remove All Content From File Collection

  • Dark
    Light

Article summary

General

This type of action can be used to set the value of a local variable. A local variable is only valid for the context in which it is set; this means:

  • If you use this type of action to set a local variable in a Task, the local variable can be accessed from Expression within that task.
  • If you use this type of action to set a local variable in a Report, the local variable can be accessed from any Expression within that report.

Properties

This type of action has the following properties:

Name

Description
NameThe name of the local variable you want to set. If that local variable already exists in the applicable context, its value will be overwritten.
ValueAn Expression that evaluates to value to set the local variable to. The expression can return any possible return value (there is no limitation to e.g. primitive types such as numbers, strings, etc.).

Was this article helpful?