Customer Portal

How to Add a field

Comments 2

  • Avatar
    Vladimir Barton
    0
    Comment actions Permalink
    Hello Mohamedosharif,
    I would suggest using the Reformat component to achieve your desired result. Create a copy of the metadata on the Reformat input edge, add a new "processed" field to this new metadata and assign it to the Reformat output edge. The transformation definition inside the Reformat component would resemble to following:
    $out.0.* = $in.0.*;
    $out.0.processed = "Y";

    Kind regards,
  • Avatar
    mohamedosharif
    0
    Comment actions Permalink
    thank you! this worked beautifully. i'm still getting used to this.

Please sign in to leave a comment.