I need to create a set of default tasks for a new project for a user

When a user creates a new “project” I need to assign them a set of default tasks. This set of default tasks is configurable so could vary from organization to organization (The org defines what these default tasks are).

I have been racking my brain to figure out how to do this with adalo. How do I iterate through a collection of these standard tasks (like a task template) and create a set of those for a specific user when they create a new project associated with an organization?

1 Like

Hi @TimSquared ,

You can check this post,

2 Likes

Thanks! I’ll take a look. I ended up resolving by taking the person to a new screen each time they checked off one of the templated tasks in screen 1. That screen would create the new task, ask for some details and then return the user to the previous screen which would remove the template task that was used from the list. No-Code-On!! :slight_smile:

3 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.