-
Re: Embedded Cards in Salesforce: Dynamic Filter
1) You have an extra comma before "&pfilters" 2) Angle brackets must be removed 3) Replace <VALUE TO FILTER AS> with the account ID string you want to look for https://mycompany.d…1 -
Re: Embedded Cards in Salesforce: Dynamic Filter
Unfortunately in your case it looks like you'll have to write a javascript function to find and pass the account ID from the current page URL into the Domo iframe URL.1 -
Re: Embedded Cards in Salesforce: Dynamic Filter
To embed a card with filters passed via url (remove the angle brackets and replace with your own variables): <iframe src="https://mycompany.domo.com/embed/card/720220402?enable=title,summary&…2