Workflow to analyze twitter sentiment and identify hashtags attached to the tweet

hello gang!

I set up a workflow to analyze tweet sentiment and input the results on a google sheet. My output doesn’t show the sentiment score so I’ve double-checked everything and I must be missing something. I’ve attached a link for any help in this matter. thanks again :grin: here is the code https://pipedream.com/@coreyhubbard/tweet1-p_brC9dd8

@coreyhubbard would you mind clicking the Share button at the top of your workflow and share it with dylan@pipedream.com? I’d like to take a look at the event data and run some sample requests, if you don’t mind.

SureThing Dylan :grinning:
Happy Wednesday!

@coreyhubbard I see the score as a part of the return data just below the sentiment step:

Just to confirm, do you see that if you load this event?

Was the issue that you didn’t see the score appear in Google Sheets? I think that might be because you’re referencing this as the value of the first cell:

{{steps.sentiment.$return_value.score4}}

note the 4 at the end of “score”. You’ll want to remove that so you have this, instead:

{{steps.sentiment.$return_value.score}}

Dylan, yes, I cannot see the sentiment score on the google sheet, I apologize, I should have mentioned that piece of info, and here is the link to the Google sheet twitter-key - Google Sheets

Great thanks. Did changing the reference in the Google sheet step to:

{{steps.sentiment.$return_value.score}}

fix the issue for you?

thanks Dylan, I’ve made the change and I’ve used up my daily invocations so I cannot see any changes… last thing for now, how do pause a workflow as to put a halt on any invocation activity?

thanks a trillion!

I’ve discovered the pause button on the workflow dashboard… silly me :thinking:
Happy Thursday!