Hello everyone,
I've recently encountered a recurring issue in one of my Alteryx workflows. The workflow is built to apply logic to my dataset and then select a sample for further testing. The sample selection is driven by user-defined criteria set through Interface tools. In this example, the user can specify the number of samples both with and without approval:

When I run the workflow, the results window at the final output step correctly reflects the selected samples (right number of samples, right logic, all of the fields).

However, when I open my output file Excel sheet, there are only two samples selected through the workflow:

This problem has occurred across multiple workflows involving sample selection. It seems that one of the Interface tool selections is not being carried over to the Excel output, even though it appears correctly in the final Alteryx output step.
Has anyone experienced something similar? I’d greatly appreciate any advice or suggestions you might have.
Thank you!