I have a question about the Trello trigger. I was able to use it effectively to trigger workflows when a card is moved to another list. However, lists are relatively static in nature. Now I need a trigger that will be activated when a change is made within a checklist (for example, checking a checkbox).
The challenge, of course, is that there are an extremely large number of cards associated with a checklist, and I cannot create a workflow for each card (technically I could, but it would be very unsightly :D). Especially considering that n8n creates a significant number of cards in my processes, the whole thing is quite dynamic.
My current idea is to use the n8n API to automatically create new workflows with the trigger mapped to the newly created card. But even then, I would probably clutter n8n with too many workflows. Is there no more elegant way that I am overlooking?