Hello Alteryx Community,
I'm working on a workflow where I need to dynamically set the Total field to zero if any of the current_field values are zero. I have multiple Count_XX_XX_XXXX fields, and I want to apply this logic across all of them without hardcoding each field name.
Currently, I'm using a Multi-Field Formula tool to set individual fields to zero based on a condition, but I'm struggling to aggregate this logic to affect the Total field. Here's what I've tried so far:
Multi-Field Formula Tool: Applied a conditional formula to each current_field to set it to zero if the Reject Reason is "0".
Summarize Tool: Attempted to aggregate flags indicating zero values, but I'm unsure how to use this to set the Total field.
See screenshot below for your reference.

Could anyone provide sample workflow on how to dynamically set the Total field to zero if any current_field is zero? Any tips or best practices for achieving this in Alteryx would be greatly appreciated!
Thank you in advance for your help!
Kamen