Hi there,

  1. could you please clarify what’s a table function?
  2. I would go with n8n since they have a built-in AI agent module that works well and requires little to no integration work. I worked with it for a client and it worked well.

For getting /retrieving the data in your bubble interface, you will have to create a function handling data object creation/search in your agent. The function will be an HTTP call that hits your bubble API endpoint to create new data objects.

To make it work in the agent, you will instruct the AI agent to call the HTTP function given some criteria, and this call will create the data object in bubble.

Hope it helps :wink:
Raphael