question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Bulk Refresh All Custom Fields of all Cards not working.

See original GitHub issue

Based on this /issues/252 I should be able to get all custom fields of cards using the below code.

var board = _factory.Board(TrelloIds.BoardId); await board.Refresh(ct: ct); await board.Cards.Refresh(ct: ct); Console.WriteLine(board.Cards[0].CustomFields[0].Definition.Name);

But CustomFields do not return any data.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
sannipcommented, Feb 26, 2019

Bulk Refresh is working fine now.

Thanks

0reactions
gregsdenniscommented, Feb 27, 2019

Thanks for the confirmation

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bulk Refresh All Custom Fields of all Cards #252
I would like to get all the cards of a board, including the custom fields. The Trello Api allows you to do it...
Read more >
How to Update Multiple Custom Fields?
If you want to update or remove custom fields in bulk, make the selection of cards and access the Custom fields panel from...
Read more >
Update all posts at once - ACF Support
I have changed the value of the choices in a checkbox custom field . Is there any way to update at once all...
Read more >
Why can't I update these custom fields in Salesforce?
I have been tasked with updating a PHP script that uses the BulkAPI to upsert some data into the Opportunity entity. This is...
Read more >
How to bulk update Custom Fields
Custom Fields showing in the Excel file: Once you have updated the fields that you wanted you will need to click the “Publish”...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found