I need help I can choose task list in my app and I want to send them to API workflow and I need to post to OpenAI with api plugin. How can I do that? I can’t do this for multiple tasks :(((
It’s hard for me to understand what you want to achieve and what part of it that isn’t working, but it’s possible to Schedule an API Workflow on a list of Things or Schedule an API Workflow that triggers itself (also known as a Recursive Workflow). Both these methods can be used to make a POST request to Open AI’s API for each item in a list of tasks in your Bubble App.
Personally, I’d recommend the second alternative as it gives you greater control in terms of error handling and knowing when a workflow is completed. For some inspiration, I use the second approach (recursive workflows) for my Bubble app GPTwriter.ai, which lets users generate X number of articles from a list of keywords or article titles. As the name of the app suggests, my app uses Open AI’s completion endpoint to generate the articles.
Disclaimer: my app is still in Beta, so do expect some bugs from time to time.
This topic was automatically closed after 70 days. New replies are no longer allowed.