I have an app which takes in complain and request.
I want an automation to assign these complains or request base on the department that will resolve it and assign to the personnel on duty. below are the tables.
how do I go about it please?
BELOW IS THE TABLE I WANT AS OUTPUT, (auto assign the task base on user complain/request)
Solved! Go to Solution.
Sorry for answering that late.
I built an app to get exactly your point I realized I was missing the complaint/department matching part.
I built this:
and I set these settings:
Eventually, I got this (small record of the result):
https://share.zight.com/BluqeJoj
You need to set a match/making:
Here is my suggestion:
Table "department", with columns:
- id, type Text, initial value expression UNIQUEID(), show property off
- name, type name, property LABEL on.
Table "personnel", with columns:
- email, type email
- name, type name
- department, type Ref, source table "Department"
Table "complain", with columns:
- id, type Text, initial value expression UNIQUEID(), show property off
- department, type Ref, source table "department"
- personnel, type Ref, source table personnel, valid_id expression:
[department].[Related Personnel]
and initial value expression:
ANY([department].[Related Personnel])
You don't need any automation there.
Thank you for the quick response. The main table where the complain or request drop is below, it have an i.d, apologies i didn't include it in my first screenshot
Ok. Did you try my suggestion?
Am on it, I will revert back soon
I have created those tables and have set up the parameters as requested
Related personnels was created on its own, not part of the column for table department
Am stuck at below and dont what to do,
Error encountered
Did you set type Ref to column Department?
@Aurelien wrote:
Table "complain", with columns:
- id, type Text, initial value expression UNIQUEID(), show property off
- department, type Ref, source table "department"
In the table "Ticket", the column [department] ?
yes, please
Can you share your screenshot again with no personal information? It has been removed from staff 🙂
hahahaha,
Thanks Aurelien,
What could be the issue?
I'm busy for a few hours, I will give it a try on my side and let you know asap!
Oh yeah, my apologies.
Thanks in advance.
Sorry for answering that late.
I built an app to get exactly your point I realized I was missing the complaint/department matching part.
I built this:
and I set these settings:
Eventually, I got this (small record of the result):
https://share.zight.com/BluqeJoj
Thanks alot, really appreciate it
User | Count |
---|---|
18 | |
9 | |
8 | |
6 | |
5 |