So I’ve used the SQL DATABASE CONNECTOR API and connected my database, here’s the issue when I display the data on my page it displays every entry. Is there a way to filter these dynamically using current user information from bubble.
Example:
I want to grab a users “Bank” data from my SQL server so I set up a query with a parameter to look for an identifier. This identifier is both in my SQL database and Bubbles Built-in Database, the user should have the same exact values in both databases for it to pull that data array.
Above I’ve established the parameter in the API connector, below I’ve connected the API to a text element in bubble. However, for some reason, it does not wish to filter the results base off of the identifier parameter or any parameter at all.