Used to include fields, can used togheter with excludeField and onFieldValueChange or onNextStep to replace conditions.
formsApi.includeField('fieldName')
In the case of multiple steps where field names occour twice or more, the input parameter can be extended with @{stepindex} to target the field on a specific step.
formsApi.includeField('fieldName@1')