Hey all - please forgive me for the basic question, I am new to Bubble
I have created a repeating group that displays the API results from a custom google search, however, I am having trouble allowing the user to sort these results using a “dropdown” input. I would like the user to be able to sort the results either alphabetically or chronologically.
in your RG group. The sort will use the value of your dropdown if you need.
It’s not always easy however depending of the API payload. But most of the time it’s the way to use.
It’s not always easy with API connector because you need to use the exact field name with the dropdown. In some case, it’s easier to use the conditionnal and change the sorted according to the option selected in the dropdown instead of dynamic value. But it can lead to a lot of data to load.