Hello, We have table which links to the recipients table with a 1 to
many relationship (1 recipient may have many records in the 2nd table).
We are trying to list data from all linked records in the 2nd table for
each recipient. For example, in an email to John Doe we would like a
bulleted list of ID1, ID2, ID3, etc. where ID1, ID2, ID3 are the linked
records from the 2nd table.We are wondering:a) if personalization blocks
are capable of handling queries & making API calls or if this is only
pos...