With our automation, you can integrate portal forms with other FuseBase modules or even external services. For example, you can create new tasks in FuseBase based on form responses, send answers to AI agents, or save form submissions to tools like Airtable or Monday.
In this article, we’ll show how to create a Ticket form that will automatically create tasks in the selected task list.
1) First, let’s create a form with the appropriate fields in the portal and publish it.

2) Next, create an automation flow. Start by selecting the trigger Portal Form submission.

3) Then, select the workspace, portal, and the form you created.

Don’t forget to click Load Data to retrieve test results.

4) Next, we need the form data to be sent to the task list as tasks. To do this, add the Create New Task action.

5) Next, specify the location of your task list (workspace and task list name).

6) Then, we need to define the data source for the task. In our case, it will be the form, and the task will be created based on the form responses. Accordingly, use the fields from the form trigger in the task name and description (that’s why we used Load Data earlier).


We’ll also add the ability to assign a label based on the Request Type option.

It’s important to note that, in addition to the form responses, the form trigger also sends a lot of other useful information—such as the email of the person who submitted the form, the portal name and link, and more. All of this data can also be included, for example, in the description of the task.

7) Next, publish your flow.
8) Now you can test how the flow works. To do this, fill out the form and click Submit.

All set! The task has been successfully added to the task list.
