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!