Hello,
Yesterday I started using your service for first time and setup a flow to get a data from API(mine), generated posts via OpenAI connection(gtp-5 with my key) and post it via Twitter connection(again keys).
If I test each step manually it works successfully but when it should run via the cornjob trigger it fails oin the AI step. For some reason it shows:
On the twitter module the input array is empty:
{
“auth”: “REDACTED”,
“text”: “”,
“image_1”: “”,
“image_2”: “”,
“image_3”: “”
}
Hence it returns:
“{\n "errors": {\n "text": "Too small: expected string to have >=1 characters"\n }\n}”
On the test run its not empty.
Could you pleaes advise how can we resolve it?
