I’m trying to figure out how to set the default value of a MultiDropdown to match the current page’s URL parameters. I’ve successfully done this using Option Sets, which works perfectly. However, when I try to achieve the same with Data Types, it doesn’t seem to work.
From what I’ve read in other posts, it seems like I might need to use a “Search for” operation, but I’m unsure how to implement this or if that’s even the correct approach.
If the Multidropdown’s Type of choices is “Skills” you shoud send a list of skills as default value. It seams that you are sending a list of texts. I assume they are the name of the skills you want…
In this case you can do something like:
Do a search For Skills where it’s name is in URL Path list of texts.