Question

JO - Participants from Relationship Timeline

  • 5 April 2024
  • 1 reply
  • 10 views

Hi - I’m building a program for a post project CSAT.  Our Relationships are configured as Projects. When testing the list of participants, I’m finding that it’s pulling back all Projects where the person I want to send the survey to is associated.  How can i only send to people on the specific Project where I’m adding the activity?  

 

Thanks!


1 reply

Userlevel 7
Badge +9

While I can’t diagnose with certainty based on the information here, I would start with any Merge tasks in your dataset. You may want an INNER join rather than an FULL OUTER join.

INNER join connects and sends through only records where both criteria are met. For example, a specific Person on a specific Project.

FULL OUTER join connects and sends through records regardless ofif both criteria are met. For example, all of the People on all of the Projects.

Reply