Twitter likes workflow gets tweets liked by twitter account not liked by screen name

I hope this is the right place. I was trying to get a workflow running. It does not seem to work as it should, I think. The work flow is tweet liked by user. It should return tweets assigned by screen name. It rather gets tweets liked by twitter account. LMK if you can help. Thanks

Hi @gollumscrips0l

First off, welcome to the Pipedream community. Happy to have you!

Sorry, I’m not sure I’m following the difference. Could you perhaps provide an example of what you expect the trigger to do?

@pierce thanks for your reply.

Twitter API assigns screen name = username. If I pull data from the API directly, it should return data specific to the screen name I assigned (Any username publicly accessible). In this particular workflow, it does not return data from the screen name I choose. It returns data from the account I connected.

So say I wanted to receive all new liked tweets by account @ twitteraccount. I run the workflow with the screen name @ twitteraccount. It returns liked tweets by @ myconnectedaccount.

Thanks for the explaination @gollumscrips0l I see what you mean now.

You can report bug reports on actions and triggers here in our public Pipedream Github Repository:

A Pipedream team developer or community member will investigate and make a new version to attempt to fix it if they can reproduce the bug.

All Pipedream triggers and actions are open source, so you can also contribute your own fix if you’d like.

Learn about how to develop new and modify existing components here: Overview