Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Field mapping in Flow Designer

deepu805
Tera Contributor

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

1 ACCEPTED SOLUTION

Josh_H
Giga Guru

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!

View solution in original post

1 REPLY 1

Josh_H
Giga Guru

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!