getFormName()

Get the current form name.

Syntax

getFormName()
  RETURNS STRING

Usage

You can use it to return the name of the current application form to test this action in a scenario. For example:

LET formName = ggc.getFormName()