Hi,
I create a list in bubble and save it to a custom state named org_v. The list is below:
‘Microsoft’, ‘Waltons’, ‘Walmart’
I then have a query that queries a mysql database using the SQL database connector and the parameter passed contains the custom state list above
select * from organization where org in (?)
For some reason the query does not return results.I do not for the life of me know where the issue may be because all seems fine. Please help.