1 ) list your category names via repater
2) create second query then use where condtion inside the query (where = categorie name)
3) set variable and populate all query2 results in new variable … use this {{(query1[0].values(‘urun_rez_kat’))[0].split(",")}}
Ok I’m trying your solution, but the set variable isnt clear for me. You pass that value from query 1 ? Do i need to have a “group by” in Query1 ? How looks query one is my question… :-
I can see that you have: SET VALUE AS. But is “AS” in your case the Name of your variable? Like my example here with questionmarks:
I cannot really use wappler to define my actions, as my DATA looks empty. But of course I got data and it works. But I cannot select any fields from the expression builder. It just shows nothing to select as property :
Ok thanks for that! I‘m just wondering why I cannot use the expression builder. I just do that now blindly and try to get it working. I think not the way how to use wappler. As I cannot get results from expression builder when using GROUP function or any other function…???
@s.alpaslan ok still trying to get it working. With your solution I need to change complete Server Connect logic, which is complex already. As I'm filtering them and getting back two different queries. Both Queries then need to be changed with your steps. Also I would need to change my App Connect side where I use a filter and would need to change all Databindings, cause I need to change the root data path. Not sure if you know what I mean?
So now I have that here, but I dont use the server connect as data binding, as I have a filter. So how does your app connect look like? That would help, as my query is still not working.