Not able to compair url parameters

Don’t know if this is the best place to post this buthere is my problem, i can’t use get data from url to compare languages. When I do a search for and in the constrains use idioma=get data from url (this returns empty) . Idioma is an option set and used the same type for the url parameter , tryed manual lang and current language without success. The url does have the parameter to be extrated, On the frontend api I am not able to pass get from url either it sends empty to the backend , can anyone please tell me if this is normal behavior ?

The type doesnt matter, option set main field needs to be the same with url to map

When you use the Get Data from URL and select parameters (default) most people overlook the ‘type’ choice (default is text)…if you have in your URL parameter a custom data type entry unique ID, you can set the parameter type to that custom data type and bubble automatically fetches the entry, no need to search. If you are setting an option set value in the URL parameter, the parameter type should be set to that option type in the Get Data from URL and the parameter must be the display value of that option set for Bubble to get correct one. Problem there is if you have changed the option display value, Bubble will need the original, not whatever it is at the moment, which makes it a bit harder to use consistently…but if you keep the Get Data from URL parameter type as text, you can then use it in an option set filter. Do ‘Get an Option’ all options of that option set, filter, using constraint of ‘this options display is Get Data From URL’.

Sorry for just replying now , I was on a trip and didn´t have the laptop with me.

So here are some pictures of what i have now and it works , but the problem is that i have to create one for every language.

I wanted like this but it returns empty.

The problem is not the paremeter it’s present in the url

image

When i do a search for on a text object it also ignores the “get from url” or puts empty the in value so i have to do a conditional for every language

Ok, I figured it out , the get from the url needs to be the display value of the option set otherwise it won’t work.

Glad you got it to work. Keep in mind the details from my reply about changing display values.

You waited 8 days for this ? I told you the solution