It would be useful if there was a way to pass variables from a dashboard filter to an Embedded Content widget, dynamically.
I want to create a dashboard that has a map object and a third-party website to update dynamically based on the selected filter items on the side panel category selectors. ex. something like this //<xyz.com>/?Type=type&state=selectedstates&county=selectedcounties
I have to develop a table to create sum of the data based on the various filter selection, I would like to take the selected items from the category selector and use this selected item as a variable in the embedded content as URL parameters.