Issue with OpenAI module passing output to Twitter module

Hello Makers! I am having some trouble with my scenario where I am trying to post the output from the OpenAI chat completion module to Twitter with twitter module.

Goal
Take output from chat completion in OpenAI module and post it as a tweet.

Steps I’ve tried
I have mapped the Text Content on the Twitter module to OpenAi module 5. choices[ ] .message.content mapping.

Tried “Run this module only” to create output from OpenAI module successfully

Tried “Run this module only” on the Twitter module and I always get the same error: Missing value of required parameter “text”.

I’ve tried “Run this module only” on the Twitter module with static data in the Text Content box with a “hello world” and that posted successfully to my Twitter account.

Any assistance from the community will be very appreciated!

Hello @SpaceTechno

The Twitter module does not seem to like it when you choose Run This Module and write in the text or even if it is mapped.

Try unlinking right after the Twitter module and run the scenario through once. Looks like everything is set up ok. I think the Twitter module is a little sensitive.

I set up a scenario to test this. Here is what my setup looks like to compare.

image

image

I hope this helps. Now I have to go delete a Tweet.

Good Luck.

Best,

Ryan

4 Likes

Thank you @rthidden ! This worked like a charm.

3 Likes