I am trying to Embed a Domo card into our Dynamics CRM and getting the URL to read the right identifier to then filter the card down to the right records is proving difficult.
I've referred to this discussion: https://dojo.domo.com/t5/Card-Building/Filter-Page-via-URL/td-p/23967
and this discussion: https://dojo.domo.com/t5/Domo-Everywhere-Embed/Embedded-Cards-in-Salesforce-Dynamic-Filter/m-p/26993#M3073
and they've helped me to see the card in Dynamics, but it's not filtering the card to the records associated with the contact I'm viewing.
Here's my syntax so far: https://XXXXX.domo.com/embed/view/71400645?pfilters=[{"dataSetId":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", "column": "client_ContactId", "dataType": "string" , "operand":"IN", "values":"id"}]
The values that CRM would pass to DOMO are not being picked up properly because it's showing me all values rather than those associated. There's a setting within the Dynamics iFrame where it says "Pass record object-type code and unique identifier as parameters." that I have checked (see graphic), but how do I have domo pick up the unigue identifier to then filter the card/page? Do I need to build the card/page in a special way to have it picked up? I feel like the values part of my URL needs some attention, but I'm unsure as to how to change it.

The ideal end result is to have a page instead of the card where I show a lot of different types of stats and have that as an iFrame in Dynamics and have it filtered to just the record I'm viewing, but for now I'll settle for the card to work as intended.