Closed Zodiase closed 3 years ago
Seems like this only happens when:
And the root of the problem is you can't build a card with a section without widgets but the error message is certainly confusing.
Reproduction:
CardService.newCardBuilder()
.addSection(
CardService.newCardSection().setHeader('Section with no widgets')
)
.build();