Hello
I have a form for submitting issues within which the user can choose type of issue. I want to create a card in Trello from the issue but assign it to the correct list.
I can add it to the same card and manually move but struggling to automate the addition to the corerct card.
For example Types could include ‘Account’, ‘Billing’, ‘Error’ and there would be a corresponding list in Trello
I’m trying to use the Get Board Lists action in the Trello module and it’s returning a bundle for each list on my board:
I’m not great on arrays, collections etc. How can I find the List ID where the Name is ‘Account’ or ‘Billing’… ?
Once I have the List ID then I’m okl with creating the card on it.
Thanks in advance
Mike