Trello not fetching and stuck on forever loading (but connection tested successfully)

I am trying to setup my trello connection, I watched a Connect N8N to Trello Fast (2-Minute Tutorial!)

I was able to connect it.

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.

I also tried using Create card, I got the id from https://trello.com/b/XXXXXXXXXX/test-xx.json because the get board doesn’t work.

But it is stuck only on loading similar to my main issue, and it does nothing.

Hi @matsyui

Getting the boards from the list is indeed not working,
but the “By URL” option works:

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

But i want to create a card inside the list, I don’t want to get the ID card. I want to create..

I need list ID that’s why i take list ID from the json…

Stuck in loading.

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:

2 Likes

Thank you so much, but hope someday the node works but temp. ill use this

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.