Relative Content

Tag Archive for google-apps-scriptadd-on

How to Update Previous Card in Google Apps Script

I’m currently making a Gmail Google Add-on but I’m confused about using card navigation in Apps Script. What I intend is to have Card A, Card B, and Card C in sequence, and when a button is pressed on Card C, Card C is poped and previous Card B should be updated to a Card B’
[Card A, Card B, Card C] -> [Card A, Card B`]