Evaluate JavaScript (WebView)

Evalutates JavaScript in a WebView

This action is similar to Evaluate JavaScript, but instead of the built-in browser, the JavaScript is evaluated in a web view of a Custom UI.

Note that this action is only available within an embedded workflow of a Custom UI action.

  • Input: Not used
  • Output: The string value that resulted from evaluating the script

Parameters

  • Web View: The name of the web view where the script should be evaluated.
  • Script: JavaScript source code to evaluate.