troddick Member

Comments

  • To provide a little more context, I have attached an image of what we have. A popup modal contains a page embed, and then an invisible brick with the above code. The user filters the page embed. I store those filters. They close the modal. When they reopen the modal, I send the stored filters and make the api call to domo…
  • I have a page embed working in an iframe, but we need to track the filters the user is applying. How can I track the user's filtering options from within the iframe? Is there a way to access the payload being sent to public.domo.com/embed/pages/:id? I see 'queryOverrides' which contain the filters being sent. But I don't…