How do I specify the table to use for the Matrix Lookup input type?
Answer
Use createVLookup() function.
api.inputBuilderFactory()
.createVLookup("TableName")
.setLabel("Label")
.getInput()
More details can be found in Groovy API docs.
, multiple selections available, Use left or right arrow keys to navigate selected items
Found an issue in documentation? Write to us.