These actions let you manipulate GoFormz forms, including creating and deleting forms, getting data from forms, adding data to forms, and changing form status. The following actions are available:
- Change Form Status: Change the status of a form from Draft to Complete or vice versa.
- Create Form: Create a new form, assign it to a user, and optionally populate some fields.
- Delete Form: Delete one or more forms.
- Export Form To PDF: Export an existing form to a PDF file.
- Fill Form Fields: Fill in a set of form fields from a DataSet file; this is typically used for tabular data that is not in a table.
- Fill Form Table: Fill a form table with values from a DataSet file.
- Get Form: Get a form's fields and metadata using its ID.
- Get Form Images: Get images from a form; this only works for images in Image fields — not in Sketch fields or attached files.
- Get Form Table: Get the contents of a form table and store them in a DataSet file.
- Update Form: Change an existing form's name or field values.
Updated 2 years ago