Hello guys : )
Sitting on this problem for 2 days now : (
Here is the case (3 Weeks bubble experience/sry for bad english):
Im creating a Dashboard where i have 2 different Views. When im logged in as an Admin, i get a different Overview. So i can set tasks for Customers, that a “normal” Users.
Admin panel:
Right now i have a Repeating Group with all the Customers inside with different details. When i click on a certain customer i open a Group via custom state with all the specific Details of the customer.
Below the details i have created a Group with inputfields etc to create a task via a button.
So the Database structure (very simple) right now is:
- Customers
- Name
- Tasks (which is a list, because i want to add maybe 10 tasks to a certain user)
- Tasks
- Titel
- Description
- Date
Now i need the following workflow which cant set up for 2 days now:
When Button “Create Task” is clicked:
- Create a Task (with the details)
-and at the same time add it to the Tasks’List of the Customer i clicked before in the repeating Group.
The last step would be, that i see as an admin all the tasks i gave to a certain customer in the “Customer Detail view” .
I hope u guys can help