Use flow designer to populate record on Custom Table & create incident

Community Alums
Not applicable

I am trying to use flow designer to facilitate a process.

Inbound email creates a record on custom table & assigns incident to users assignment group.

I have a custom table that extends Data Lookup Matcher Rules.

I have a custom field for mailbox owner that references system user table.

I am trying to create a flow that updates custom table & create an incident, is this possible?

 

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

yes possible

Create flow on custom table and use Record Insert action to create incident

what have you tried so far?

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

View solution in original post

16 REPLIES 16

Hi,

please share screenshot of flow action for Update Record

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Community Alums
Not applicable

I can't seem to find a good trigger gor Assignment Group

find_real_file.png

Community Alums
Not applicable

So I am pulling user sys ID and not sys_user_group IS

 

Hi,

assignment group is being set with user record so that won't work

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Community Alums
Not applicable

So, how can I get to Assignment Group? Do I need to use a script includes?