- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2024 11:13 AM
Hi all,
I am new to Flow designer, I have one question, How we can map one table fields to another table fields by using flow designer. I want to map my incident table fields to my custom table fields.
Thanks in Advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 10:51 AM
Hey @deepu805,
Try this. It should get you headed in the right direction.
Trigger:
- When an incident record is created or updated.
Lookup Incident Record:
- Action: Lookup Record
- Table: Incident
- Conditions: [sys_id] equals [Trigger: Incident Record sys_id]
Create/Update Custom Table Record:
- Action: Create Record or Update Record
- Table: [Your Custom Table]
- Map fields:
- [Custom Table Field 1] = [Incident Field 1]
- [Custom Table Field 2] = [Incident Field 2]
- [Custom Table Field 3] = [Incident Field 3]
Cheers,
Josh
If you found this helpful, please give a thumbs up OR mark it as the solution. Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2024 10:51 AM
Hey @deepu805,
Try this. It should get you headed in the right direction.
Trigger:
- When an incident record is created or updated.
Lookup Incident Record:
- Action: Lookup Record
- Table: Incident
- Conditions: [sys_id] equals [Trigger: Incident Record sys_id]
Create/Update Custom Table Record:
- Action: Create Record or Update Record
- Table: [Your Custom Table]
- Map fields:
- [Custom Table Field 1] = [Incident Field 1]
- [Custom Table Field 2] = [Incident Field 2]
- [Custom Table Field 3] = [Incident Field 3]
Cheers,
Josh
If you found this helpful, please give a thumbs up OR mark it as the solution. Thank you!