Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Answer

...

Use createVLookup() function.

Code Block
api.inputBuilderFactory()
    .createVLookup("TableName")
    .setLabel("Label")
    .getInput()

More details can be found in Groovy API docs.