...
The form is a container, it is used to capture user input
To make the Form work you need to bind the model with the Form, refer Models
Once the model is bind, you will see the fields on the left side related to the object that you select while model creation
You can drag and drop the fields on the Form
You can also map a nested field
You can add multiple actions on the From which will be displayed as a button
You can make one action as a primary action
Only three actions will be displayed on the Form and the rest of the actions will be displayed in a dropdown list
By clicking on the button it will perform a particular action e.g. invoking a specific action or workflow
...