Looking to build a delivery template from a static list or a schema within ACC which holds a master data. The values in this list/schema will get populated into a table within the email body. Once the full content of the email template is ready then based on the flag values in targetData the rows of the email table will be shown/hidden. I don't want to link the master data with targetData upfront as there is no mapping (common) field across two data sets and also the cross join will significantly increase the record count.
Any suggestions/guidance in achieving this will be appreciated!