Customer Portal

Removing null rows

Comments 2

  • Avatar
    imriskal
    0
    Comment actions Permalink
    Hi, slaurenc,

    I would use just ExtFilter component with a condition like: !isnull($in.0.community_id)

    Records with community_id not equal to null will be sent to the first output port (output port 0). You can also connect some edge to the optional second output port (output port 1) and records with community_id equal to null will be sent there.

    Best regards,
  • Avatar
    slaurenc
    0
    Comment actions Permalink
    Thank you! I'm not much of a programmer and I'm finding it difficult to see examples of everything I want to do. Once I've seen an example I can extrapolate it out, but figuring out the syntax is a challenge.
    Serena

Please sign in to leave a comment.