I have webhook trigger and I will pass the data and create a trello card to specific board and list, Trying to get the boards but it’s not loading or showing.
This is not the correct link for a card,
A card URL looks like this: https://trello.com/c/aBf5YLmS, notice the /c/
The card ID in this case is aBf5YLmS
ok, It seems the official Trello Node is not returning the list ID idList for the cards,
In this case, you can just use an HTTP request to get the cards information for a board,
Here is a workflow you can try, replace the board ID with yours and give it a shot: