SQL Database Connector "Select"

Hello Everyone,

We’ve been playing with the SQL database connector this week and have hit this roadblock. We store all of our user’s data in Bubble but sometimes we need data to be stored in an external database either for security reasons or for data processing. What we are trying to achieve is a repeating group pulling data from an SQL query, based on the user’s unique id.

How would we go with doing this?

Thanks, Cody

You would just run a select query with the type set as Data. Get data from External APi and select your saved query. Am I missing something? Are you having issues connecting to the SQL DB or something else?