How can you make each question that is placed into a form to be created as a task when the form is filled out? I do not want the form to only be created as a task.
You can’t do this, without using rules. You can use a rule to create a task, or series of tasks, anytime the form is submitted. The information in the form would need to be linked to a project’s custom field, then you can use variables to create the tasks.
Christine
Does anyone have a step by step process of how to do this?
Hi @Taylor_Leatherwood ,
Here’s a step by step guide.
Let’s say you want to use a form to create two tasks at the same time. Here’s what you need to do:
-
Think of what kind of information you need to be reflected in these two tasks. In my example I will input task name and description for each of the tasks, and also one single-select question for the second task.
-
Create custom fields in the project to store that information. In my example we will need:
- two “Text” custom fields for task names
- two “Text” custom fields for task descriptions
- one “Single-select” custom field for the single-select question of the second task
-
Set up a form with all the questions you planned
- you can use Headings to separate questions for one task from questions for another task
- connect each question to custom fields created on previous step
My form looks like that:
-
Create a rule that will create two tasks when the form is submitted. Use custom fields as variables in the rule.
My rule also completes the initial task created by form submission.
I created two sections in the project:
- Form submissions: for initial tasks created from form submissions
- Tasks: for separate tasks created by the rule.
Here’s a demonstration of this setup in action:
Just to add to @Ilyas_G excellent guide above, you can map your questions to custom fields so that they automatically populate values in the tasks created with each form submission. This way, the values can also be visible in the list, board views etc.
You can do this by following this guide.
I’ve mapped each question to custom fields replicated for the multiple tasks but it’s not giving me the option to add the variable of the custom field in the rule. Any thoughts on where I could be going wrong?