Issue with Utilizing Selected Values from Dynamic Multi-Select Filters in a Data Visualization Dashboard

When inputs are in a repeated element (collection list, columns ecc) you need to keep track of the values (in your case the selected values of the multi-select) using variables and workflows.
This guide explains how to do it. This example is similar, but using checkboxes.
You can adapt the sam principle to work with the multi-select or any other input.

1 Like