Gmail Add-Ons onTriggerFunction only ran once per email even if opening the email again
We're building a Gmail Add-On however we wish to show a different card on depending on some business logic when the add-on's onTriggerFunction is called. This works fine for the first time the function runs when an email opens. We have the conditional logic, but Gmail appears to cache the result of the initial call returning the first card. Going to another email and back to original, the onTriggerFunction is not called again, so the conditional logic is not run to change the initial card rendered. Is there anyway to get the onTriggerFunction to run every time an email is opened, not just once