Help for Trello "card moved"

Hello,
how can I get in this trigger name of lastList (he gives ID only) and who triggered (moved card)?
Trigger [New Activity (Instant)] gives this info, but it works on too much things in trello

Thanks for your answers in advance

Hi @sJulian

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

Could you give us a little more context? Are you trying to only trigger your workflow whenever a Trello List itself is modified? Or only when certain Cards within a specific List are modified?

Sorry, I’m just not seeing a lastList source.

Hey, thanks, trigger works on every card moved in list or from list and I want to get lastList name and profile name (now have ID only) who moved card (triggered)

Hi @sJulian

Thanks for clarifying - I thought that might have been the case but just wanted to make sure.

You can use another Trello API action to retrieve those details that particular:

https://developer.atlassian.com/cloud/trello/rest/api-group-lists/#api-lists-id-get

Your Trello API key is already included in your Pipedream account from that trigger you made, so you can just use the Get List action under Trello steps:

This action will retrieve the details from the list.

Unfortunately the data you’re seeing in the event from the trigger is what Trello is providing, I’m not seeing an “movedBy” attribute to track who moved the card. But reaching out to Trello should answer that question.