Interactions - Events available for a form as a source component

When configuring interactions on the components and selecting a form as the source component, the events available are Enter, Input, and Load. The Enter event triggers the interaction when the user presses Enter in a field in a form. The Input event triggers the interaction as soon as the user changes a field value in a form. The Load event triggers the interaction when the form has finished loading its own data.

For example, when using these events, you can populate a data grid when changing values or pressing Enter in a form, or when the form is filled with data.