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 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.
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:
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
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?