I am working with the Customer Voice entity msfp_surveyresponse, and want to identify the Contact that completed the survey. There is a msfp_respondent field in the entity which displays the Contact's name, but I want the id so I can join to Contact entity.
There is a From field in the interface that connects to the Contact record but I cannot identify that field in the model. The documentation for the entity references a From field but I cannot figure out how to access this. From is a PartyList type, which I am not familiar with.
For what it is worth I am accessing these entities via Dataverse connector in Power BI.
Help!