Candidate experience guidance needed on achieving survey send logic | XM Community
Skip to main content
Question

Candidate experience guidance needed on achieving survey send logic

  • October 27, 2025
  • 2 replies
  • 21 views

bench
Level 3 ●●●
Forum|alt.badge.img+4

Am interested to find out some clever ways to go about achieving the conditions for a candidate survey to be sent. Hopefully someone on here has done something very similar or identical. 😅

Survey to be sent to:

  • for each application, anyone who has been in both Phone screen and Decline later buckets
  • for each application, anyone who has been in both Phone screen and Offer accepted buckets

Currently, I have a report set up that tells me the date/time a candidate entered entered a bucket and has a row for each bucket. This report is cumulative so the number of rows only ever grows.

i.e. if Bob enters phone screen on 26/10/2025, the report that runs at 10pm on 26/10/2025 will have 1 row. Then if Bob enters decline later on 28/10/2025, the report that runs at 10pm 28/10/2025 will have 2 rows (Bob in phone screen and Bob in decline later).

The report above can also be modified to be non-cumulative which means that in the same example, Bob will have 1 row in both the 26/10/2025 and 28/10/2025 reports.

There are a couple of problems I’m facing in my mind:

  1. If I use the cumulative report, how would I get the logic to recognise that a survey only  needs to be sent once for each application instance (i.e. if Bob applies for 2 different jobs days/weeks/months apart, he will get 2 surveys)?
  2. If I use the non-cumulative report, how would I get the logic to recognise that Bob has been in both the Phone screen and Decline later (or Offer accepted) buckets?

 

2 replies

Forum|alt.badge.img+2
  • Qualtrics Employee
  • November 20, 2025

Hello, Bench

Based on the requirements for sending a candidate survey to a hiring manager, the desired logic for distribution is complex and depends heavily on how the distribution data is processed.

 

The Two Conflicting Scenarios

 

You have two main scenarios regarding how hiring managers receive surveys:

  • Scenario 1: Multiple Surveys Possible

    • A hiring manager receives multiple surveys when they handle different applications, even from the same recruiter. This is possible because each different application triggers a separate transaction.

  • Scenario 2: Single Survey Enforced

    • A hiring manager receives only one survey when multiple applications progress similarly with the same recruiter. This requires grouping transactions to ensure the manager isn't sent too many identical surveys.

 

How Current Distribution Methods Handle This

 

The two primary distribution methods conflict in their ability to meet both scenarios simultaneously:

  • Real-Time / Single Transaction Distribution

    • This method supports Scenario 1 (multiple surveys possible) because each transaction is processed individually.

    • It does not support Scenario 2.

  • Batch File Imports

    • This method supports Scenario 2 (one survey per recipient) because it groups multiple transactions for a single recipient, resulting in only one survey distributed per batch.

    • It does not support Scenario 1.

Conflict: Because the requirements conflict with the data provisioning methods, a straightforward solution that satisfies both conditions simultaneously does not exist. Real-time scheduling allows for scenario 1 but not 2, while batch import supports scenario 2 but not 1.

 

Conclusion and Next Steps

 

A direct solution that satisfies both conditions simultaneously (allowing for multiple surveys in some cases, but enforcing only one in others) is not possible with the current standard distribution methods.

Clients typically need to:

  • Decide which scenario (Scenario 1 or Scenario 2) is more critical for their operational needs.

  • Adjust their data feeds and distribution scheduling (real-time vs. batch) to align with that chosen scenario.

If you are still having issues determining the best approach or need to explore highly customized workarounds for your specific data feed, we suggest you submit a ticket. through your Customer Success Hub.

➡️ https://support-portal.qualtrics.com/


bench
Level 3 ●●●
Forum|alt.badge.img+4
  • Author
  • Level 3 ●●●
  • November 20, 2025

Thanks ​@Lpena, my question specifically relates to candidates receiving surveys (not hiring managers).

Based on the 2 scenarios you’ve specified, only the Multiple Surveys Possible Scenario is relevant here. This is because it is always a possibility that a candidate applies for more than 1 job.

Within this scenario (where a candidate can potentially receive more than 1 survey over time), I’m just not sure how to set up the data side of things to satisfy the 2 survey send scenarios I specified:

  • for each application, anyone who has been in both Phone screen and Decline later buckets
  • for each application, anyone who has been in both Phone screen and Offer accepted buckets