I’m struggling to create a tweet using the OpenAI module’s output. I keep encountering the same error message: ‘Missing value of the required parameter “text”.’ I’ve tried connecting to different intermediate modules and also shortening the content to match the character limit, but I can’t seem to fix this error. I’ve tested a simple scenario where the tweet is fed from a single module, and that works. Could the complexity of the module be the issue? Has anyone else experienced a similar problem?
Welcome to the Make community!
A common issue with the Twitter module is you are using too many hashtags.
Make sure you aren’t using too many hashtags. Try removing hashtags to see if you can publish first.
Your output from module #11 is an array. So when you put the content text into the twitter module you need to identify which element in the array you wish to insert. Put a number inside the [ and ] on the variable inside the twitter configuration. This number should specify which element in the array contains the text you wish to insert. You can find this by looking at the output bundle of module 11 when it runs.
I think that’s fine. That retrieves the first item in the OpenAI output.
The issue is likely to be something else within that variable.
I’m having the same exact issue. No matter what I try I can’t pass the output from the OpenAI module to the Twitter module. I’ve even tried an in between text parser module and no success. Anyone figure this out yet?
I have also tested with static data, a simple hello world and that was successful through the Twitter module.
This did not work for me. I had the OpenAI module create a tweet with no hashtags and still no success consuming it from the Twitter module.
Welcome to the Make community!
That looks like a new question, could you please create a separate topic for this?
While it’s tempting to hop onto an existing thread, a more effective approach would be to start a new topic just for your question. It helps community experts find and respond to your query quicker, and keeps our space organised for everyone. If you start a new conversation you are also more likely to get help from other users. You can refer others back to a related topic by including that link in your question. Thank you for understanding and keeping our community neat and tidy.
The “New Topic” link can be found in the top-right of the header: