Hi,
I have created a trello board with a card for each project assigned to me.
These card are automatically created via Power automate.
- It looks at an excel table, the projects with my initials it creates a new card for.
The project changes phase over time, e.g. from ordered to scheduled. I want to keep this Phase as a Label on each card.
However, I cannot find a function in power automate to change these labels in Trello.
Do you have a work around for this?
I don't want to delete cards and create them again with the new phase because I have checklists in each card that I want to keep. Translated with DeepL.com (free version)
Hi @Jimmy Grijp ,
Power Automate does not have direct support for updating Trello labels, but you can leverage Trello's API. Get your API key and token from Trello first. Next, design a flow with the HTTP action to issue a PUT request to https://api.trello.com/1/cards/{id}/labels, providing the card ID and label information. Use authentication by including your API key and token. Lastly, test the flow to ensure that labels update properly. This approach does not recreate cards while maintaining checklists and information.
You can just Google 'How do I change labels in Trello using Power Automate?' to get answers to questions like that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.