salesforce-composite-envelo.../composite-envelope-builder/force-app/main
Paul Huliganga eee5289de9 fix(flow): move Is_Recipient_Email_Blank into contiguous decisions group in V4
Salesforce Flow XML requires all elements of the same type to be grouped
together. Is_Recipient_Email_Blank was in a separate <decisions> block after
<recordLookups>, causing 'Element decisions is duplicated' deploy error.
Moved it into the existing decisions group and removed the orphaned block.
2026-03-13 11:29:13 -04:00
..
default fix(flow): move Is_Recipient_Email_Blank into contiguous decisions group in V4 2026-03-13 11:29:13 -04:00