Problem:
I'm looking to get a list of the "location" entries of all of my cards on one of my boards.
I've tried exporting the board as a CSV, but the location does not come with that.
With Map power up, the location is kept in the card.plugin_data. Unfortunately there is no variable made available for it. You can get it through API and a bit of code. The way I would do it is to use a report variable to get all the cards, send it an endpoint using HTTP request and have the end point process it and return the info back to you as part of the httpresponse or some other form you need.
I don't know if you can do it in a native way, but I leave you these posts in case they can help you
https://help.trello.com/article/747-exporting-data-from-trello-1
https://trello.com/power-ups/5c9418019e56bd8abf98d83f/board-export-excel-csv-pdf-image
https://project-management.com/use-bridge24-to-export-trello-cards-to-excel-or-csv/
Cheers
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.