getCurrentMember returns the profile behind the selected Trello connection. Use it to discover the member ID used by card assignment actions.
automations/get-trello-member.automation.ts
Inputs
Only the optionalaccount: string | IntegrationAccountReference<"trello"> input is accepted; it defaults to the project account.
Output
ReturnsSignal<TrelloMember> with id, fullName, username, optional initials, and nullable avatarUrl and url.