Hello @Gina Foran
I don't know if I properly understood the scenario, but could you confirm how the survey is being launched today?
If Set Post-Flow is configured before the caller chooses between waiting for an agent and requesting a callback, both paths may inherit the same survey behavior. In that case, I would either set the post-flow only on the normal voice path, or explicitly clear or avoid it on the callback path.
Another option is to pass your own control value. For example, before the post-flow is reached, set something like
SurveyEligible = true for normal inbound voice calls and
SurveyEligible = false or CallType = Callback before creating the callback.
That said, if you can control the path inside Architect, I would prefer setting your own flag before the callback is created. It is usually cleaner than trying to infer later whether the interaction came from the callback path.
------------------------------
Arthur Pereira Reinoldes
------------------------------