Hi,
I am calling the appery db query service at several locations. for 1 call, I want to retrieve all distinct value of a column to insert it in a list. I managed to do it. however, now this also applies to all other queries that I am performing, and I would like to avoid that.
I was thinking to duplicate the database service, but it is not allowed.
here is the URL i used to retrieve distinct values.
{database_url}/collections/activity/distinct/Activity
thank you for your help