SQL SProc to list of OPC tags (UDTs)

Hello All. I need to load some data into OPC tags that is returned as a selection from a stored proc. The StoredProc returns a resultset of multiple rows with colums (Ingredient, Instruction, Source, Destination, targetSetPoint). Please note, these are not output parameters. How can I utilize a Stored Procedure Transaction group to map to OPC tags? Ideally, I would like to map each row to a UDT.

So far I can select multiple rows into tags via Block Group, but it can only use one table and one column. It also cannot map to UDT.