I have a multi select field that I am using to filter a repeating list. Is there a way to map those selected fields to a query variable? And then subsquently map the query variable to the initial values of the multi-select if the page is navigated to directly?
I figured I can set a workflow for “On Change” to populate a query variable. But if the query variable gets updated to include the array of multselect options it doesn’t show up in the url.
I tried setting the query variable to a comma seperated text of the array items using the ToText() function. But then I can’t figure out how to translate that back into an array when needed.