Good question, do blocks are Actions which are impure so they can’t be used directly in templates (you’d typically use them in Updates in Choices or in Scripts).
What’s the intended use case for wanting do in the template itself?
What’s the intended use case for wanting do in the template itself?
When a “ContractB” gets created ( using template ) it must eventually pull multiple contract of type “ContractA” and then get dataset(thought of using “do” here) from each “ContractA” to proceed with next action/choice.