I am using the REST API to collect data on a board into Power BI and everythings works fine - except one thing. I can't seem to get the text value assigned to a card. Other power ups include lists and that works perfectly, but with text custom fields I can only get so far as see that there is a custom field with a text value and then, null. I'm using this link to access the data:
https://api.trello.com/1/boards/"&TrelloBoardKey&"?cards=visible&card_fields=name&customFields=true&card_customFieldItems=true&key="&TrelloAPIKey&"&token="&TrelloAPIToken
Is there something simple in the url that I'm just missing?
Thanks,C
@christofer.j I just used your sample URL and got a response that included text custom field values:
It looks like you're new here. Sign in or register to get started.