I'm using Query API to create a power automate flow that exports queries every night to upload into power bi. I'm trying to figure out a good way to export constituents and their assigned solicitors, but I'm having trouble when a constituent has more than 1 assigned solicitor. I want to have 1 unique row per constituent. I used to use export where I could have multiple columns per constituent for multiple solicitors, but with query API I have to export directly from query. Is there a good way to do this? Also, is it common for constituents to have more than one solicitor assigned?