Re usable workflow, with different source

Karthik_Anbusekar
edited August 14 in General

i have created the workflow(Let say workflow_1 with source as dataset_1) and make it as reusable.
created another workflow(Let say wrokflow_2 as parent workflow) with workflow_1 as child workflow and changed the source as dataset_2.
dataset_1 & dataset_2 are exactly same, the only difference is that the dataset_1 has one extra column(column_z), which is not present in dataset_2..
Done column mapping for all columns, other than cloumn_z.
column_z is not used in step in workflow_1
unable to proceed further, without mapping column_z.
Can anyone please help with this?

Untitled Image

Comments

  • Henry Simms
    Henry Simms Administrator
    edited August 14

    My approach to this is usually to use a Map to Target step between the Source and the reusable workflow, and do the mapping there (rather than on the reusable workflow itself).

    The Map To Target will allow target columns to remain unmapped and values will be treated as null

    In this case, dataset_1 is the target and column_z can be left unmapped.