Hi there, @fabian.banushi… the issue is that the parameter in the URL is not a thing in your Location-City data type. So, in the Default value field, you likely need to do a search and get the first item from the Location-City data type where a field in that data type is equal to the value in the URL parameter.
Oh, wait… is that true, @Jici? I’m sure it is if you are saying it, but I thought even if the URL parameter is a unique ID, you still have to do a search for a thing with that ID. Huh, learn something new every day, eh? (I’m not sure why I didn’t know that already, though.)
@mikeloc Absolutely no. If you set the unique id, let’s say param=12345678x12345678 and set the Get data from url “type” to the DB “type” (like @fabian.banushi did in the first screenshot), this will return the specific item set in the url parameters @fabian.banushi just do like in your first screenshot, but instead of setting the name in url, set the unique_id
unique id in url is faster and consume lest WU. From what I know, url parameters doesn’t handle list (in this case, a search is needed). For multidropdown (list), you may consider using cookies instead if you don’t want to store in DB
Also you can store a list of unique IDs separated by a - or something, and on the next page split it back into a list and use Floppy Rehydrator to turn them into Things