The following API is currently supported:
- FormApi
You can use the following name to perform all the actions related to the API indicated above:
- FormService: Hyland Experience Studio Modeling Form API (includes FormApi)
For example:
const formId = variables.formId; const formService = new FormService(); const form = formService.getFormDefinition(formId);