Hi Richard,
The following Codeless logic will perform the same query as shown in the screenshot you shared:
However, I believe a better approach would be to use a feature built into Backendless called “Owner Policy”. See a how-to article linked below for a walkthrough describing how to set it up:
As the users of your app create new things objects in the database, the use-case of retrieving data that “belongs” to the user comes up quite frequently. Whether your app users create orders, invoices, or social media posts, the mechanism for retrieving data that’s associated (i.e. belongs) to the user is important. In this recipe, I will describe the simplest and the most secure way to get the data that belongs to the currently logged-in user.
Let’s review some background information first. It…
Regards,
Mark