Arbitrary limitations everywhere
For what use case?
I use get data from page url, set it as option set and based on empty or not set conditions.
Like example.com/1 if example.com/a 1 is in the different option set items, a is in different option set item.
So, in null option set, I will use it as default
So you want to be able to determine which of two options sets are used and know that if path list as .com/pagename/a/1 that a is from option set X while the 1 is from option set Z and if .come/pagename/1/a you can still know that 1 is from option set Z not X?
Because if you only expect one it in path list, either a or 1 and a belongs to a different option set than 1 and the path list has 1 then automatically any get data from url will result in empty when you set type to Option set Tha a belongs to.
When using get data from page url you can set the type of data, if there is no option in the option set whose type is set to, the result is empty…but if you are just letting type be text, sure have a problem knowing if empty or not.
I don’t want to determine that, I already know that if get data path item#2 is in Option set (a-z) it won’t return empty.
Whole logic I designed this ways is for me to not having 7 conditionals on title so I would only have 2, that is why I don’t use “text” item.
I really don’t get what you are trying to say but I tried my best, probably I know all the ways and the work arounds.
But Boston you need to understand this,
My first iteration flow was
1-Chose SPA path for low performance
2- On Title & description settings, Path list text don’t get rendered after 3-4 conditional statement
3-Use option set empty not empty reducing it to 2.
4-Wanted to remove brandname from keyword pages but cant introduce blank option set for default page
5- Came here posted this
6-Solved it with workaround
Step 4 is what I consider an iteration error, the whole idea of Bubble is iteration.
This sort of thing happened again this week, yes this was 3-4 min problem but, wanted to redirect, “you can’t redirect from existing pages” another totally arbitary limitation, moved my NS to cloudflare, and then CNAME proxied and so on. That was not 3-4 min.
Sometimes my product pages my be .com/service/massachusetts/boston/mechanic or .com/service/massachusetts/mechanic or .com/service/mechanic
This is why I asked if you needed to to determine if path list items come from one data set or another if multiple data sets can fill a particular path listen item slot.