Hi all,
I am building two add-on for Google Workspace using Apps Script and the Alternate Runtime.
I am having trouble aligning a ButtonSet to the right/end using Apps Script syntax.
Using the
Card Builder Tool
allows to align button sets to the start, center or end. The JSON
output shows a key value pair of "horizontalAlignment": "END" for the
widget.
However, no apps script output is generated. it seems, there is not "Setlayout" or "setAlignment" and we can not use the CardService.HorizontalAlignment.END with ButtonSet
How are you doing to align a ButtonSet to the end ? is there a workaround?
thank you in advance for the feedback.
Serge K.