Automatically create subtasks
complete
svata
Is somehow possible to make automation which automatically creates subtasks under the task? I have task assigned trigger > run agent command and then i need the generated data indent under the assigned task.
Log In
r
ryantaskade
complete
Hi there, we implemented a way to manually input the block field allowing you to reference the Assigned Task actions' taskID variable, so it will be able to add to the assigned task as sub tasks.
Do let me know if that helps
svata
ryantaskade yes it works!!! amazing
r
ryantaskade
Hi Svata, thank you for the screenshots, i think i understand what you want, I think if we update the block field to be able to use for example @taskID (from the task assigned) the tasks will be added as subtasks for that @taskID.
Do let me know if I understood you correctly.
r
ryantaskade
under review
Narek Zograbian
This is a bit complicated because it seems like you want to support new lines in an automation, but it would also require manually mapping tasks.
So, on one end, if you wanted to add a task as a multi-line text, it would have to have the option to support new line breaks.
If you wanted to have multiple subtasks added, you'd need to manually map that information over.
DId I get that right?
svata
Narek Zograbian yes the automation make me this
svata
but that works only if only one link is added, if multiple links are added the generated data will be stack on each other
svata
so this is not possible by automation?
Narek Zograbian
svata If I understood you correctly, you want to basically add a block with tasks and subtasks underneath it right?
svata
Narek Zograbian let say i have a web link, when i manually fire the agent command i get what i want (pic) the agent indents the summary and tags under the web link. it is possible to do this by automation?
svata
Forgot to mention that this only works if I select the entire link. If I click the plus sign or type "/" to activate the agent command after the link, it will prompt me to choose a location to insert the link, and then end up without the link, resulting in an error.