External collection results on a list

Hi everyone, I am looking for help in connecting my Supabase edge function results to Adalo. I have tried connecting as a custom action, but it returns results one at a time. I also tried connecting as an external collection, but this approach has not been successful. The goal is to present the Supabase edge function results as a list on Adalo. I know my edge function is working, as I have tested it on Postman. Any assistance would be helpful!

Hi @parle,

Just in case: I don’t think it’s a good idea to reply to a spammer bot with autogenerated AI reply. Moreover, the advice is not the best: for example, if you use Make as an API wrapper to present external collections to your Adalo app, every call will cost you some Make operations. And as the calls from Adalo app could be quite frequent, you risk having a significant bill in Make.

Moreover, if you have an edge function, why don’t you want to format the response properly to set up things natively.

Without your response example it is not possible to give an advice what’s wrong with the syntax. Also without info about the error from Adalo it is not possible to guess what exactly is happening when Adalo tries to set up external collection. So providing such information will be useful to help others resolving your issue.

Best,
Victor.

1 Like

Hi Victor,

I appreciate the feedback. I agree that using Make can get expensive with the frequent calls, and I’ll look into formatting the edge function response properly. I didn’t exactly get a clear error message more so the test results from the connection was not as expected.

I will be more cautious next time. Thanks again!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.