- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-05-2024 09:36 PM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-05-2024 10:18 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-05-2024 11:07 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-05-2024 10:18 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-05-2024 10:58 PM
Hi @Ravi Chandra_K
We need to integrate 2 tables with in the same instance using REST integration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-05-2024 11:07 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā06-05-2024 11:10 PM