Created a record through inbound flow

Munny1
Tera Expert

hi,

1.I have created a inbound flow. email is received the sn_grc_issue table the issue should be created.
So it is working fine. The issue is created in the table

 

But in the sys_email table target table and target field is empty .

 

2.Whenever i reply to the point 1 email it should update the comments.I need to achieve on this

 

 

 

1 ACCEPTED SOLUTION

@Munny1 

you should get the email record and you should be able to update it

OR

Also you can use this OOB action to associate the record

AnkurBawiskar_0-1740473883446.png

 

Configuration:

email record associate.gif

If my response helped please mark it correct and close the thread so that it benefits future readers.

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

View solution in original post

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

@Munny1 

Responses inline

1.I have created a inbound flow. email is received the sn_grc_issue table the issue should be created.
So it is working fine. The issue is created in the table

But in the sys_email table target table and target field is empty .

-> user update Record Flow action and update the email record with the generated record

2.Whenever i reply to the point 1 email it should update the comments.I need to achieve on this

-> you can use inbound action of type reply and update the comments with whatever email you received, you can see this incident OOB inbound action

AnkurBawiskar_0-1740469399101.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

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

Hi @Ankur Bawiskar,

 

1.I have created a inbound flow. email is received the sn_grc_issue table the issue should be created.
So it is working fine. The issue is created in the table

But in the sys_email table target table and target field is empty .

-> user update Record Flow action and update the email record with the generated record  (In query i am not geting sys email table)

 

 

@Munny1 

you should get the email record and you should be able to update it

OR

Also you can use this OOB action to associate the record

AnkurBawiskar_0-1740473883446.png

 

Configuration:

email record associate.gif

If my response helped please mark it correct and close the thread so that it benefits future readers.

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