integrating two tables

Vedavalli
Tera Expert

Hi

If a incident is created then it should create a record in the custom table using flow and integration
How can we achieve  this?

Thanks in adavance

2 ACCEPTED SOLUTIONS

Ravi Chandra_K
Kilo Patron
Kilo Patron

Hello @Vedavalli 

Create a trigger condition in flow when a incident gets created  (add any other conditions that specifies that it created from Incident)

Then you can create a custom table record. with mapping values.

 

 

Please Mark this answer as helpful and correct if helped.

Kind Regards,

Ravi Chandra 

View solution in original post

Hi @Vedavalli 

The OOB Table API can only create record in one Table.

This can be achieved with Scripted REST API. It requires scripting efforts though.

(parsing the data, GlideRecord, mapping the values)

 

Please mark this answer as helpful and correct if helped.

Kind Regards,

Ravi Chandra.

View solution in original post

5 REPLIES 5

Ravi Chandra_K
Kilo Patron
Kilo Patron

Hello @Vedavalli 

Create a trigger condition in flow when a incident gets created  (add any other conditions that specifies that it created from Incident)

Then you can create a custom table record. with mapping values.

 

 

Please Mark this answer as helpful and correct if helped.

Kind Regards,

Ravi Chandra 

Hi @Ravi Chandra_K 

We need to integrate 2 tables with in the same instance using REST integration

Hi @Vedavalli 

The OOB Table API can only create record in one Table.

This can be achieved with Scripted REST API. It requires scripting efforts though.

(parsing the data, GlideRecord, mapping the values)

 

Please mark this answer as helpful and correct if helped.

Kind Regards,

Ravi Chandra.

Hi @Ravi Chandra_K 

 

Can you specify where the two tables URLs should be entered in the action.