Hi ,
I have created 2 flows -
1] in this flow i have used GenerateFlowFile->UpdateAttribute->InvokeHttp
GenerateFlowFile config-
Dataformat = text
CustomText = Science is magic$$@@ i love Data ##
UpdateAttribute config -
mime.type = application/x-www-form-urlencoded
InvokeHttp config -
HTTP method = POST



and this works super fine .
But when i use this with gettwitter it fails as shown in below -

1] GetTwitter is working fine -
2] EvaluateJsonPath -

3] AttributeTOJson-

4] UpdateAttribute-

5] ReplaceText -

6] InvokeHTTP -



this is the error i am getting -

but if i set empty text at this from invokehttp processor -

then this error goes away but the api responds with missing api_key and text -

Somebody pls help, this is eating my head up . thanks in advance