Adding a custom column with name scenarionX in transition of the workflow
Hi there,
I have a scenario where I need to share data about unpicked customers during a workflow execution that runs on a scheduler.
I have multiple scenarios, each with different filters. To handle these, I have added query activities and split activities to filter and separate records with incomplete data. I aim to name these scenarios as "scenario1," "scenario2," etc., by adding a custom column in the transition. However, I encountered an issue: when I add a segment name in the query activity, it gets overridden by the segment codes from the split activity.
Please let me know if this approach is possible.

Thank you in advance