Skip to main content

Evaluate JavaScript expression

Wrk Product avatar
Written by Wrk Product
Updated over 2 weeks ago

Evaluate a JavaScript expression and return the result. This action can be used to perform calculations, string manipulations, boolean operations, and other JavaScript computations.

Application

  • Code

Inputs (what you have)

Name

Description

Data Type

Required?

Example

JavaScript expression to evaluate

A JavaScript expression that can be evaluated to produce a result. Example: 1 + 1

Text (Long)

Yes

1 + 1

Outputs (what you get)

Name

Description

Data Type

Required?

Example

Evaluation result

The result of evaluating the JavaScript expression. Example: 2

Text (Long)

No

2

Outcomes

Name

Description

Success

This status is selected if the job has successfully completed.

Requirements

  • N/A

Did this answer your question?