You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the New V8 JavaScript runtime in AppsScript I get the error
TypeError: CardService.newAction(...).setFunctionName(...).setLoadIndicator(...).setPersistValues is not a function [line: 281, function: buildSearchCard_, file: Code]
When I use the legacy runtime I get the error:
TypeError: Cannot find function setPersistValues in object Action. [line: 278, function: buildSearchCard_, file: Code]
If I remove this function (setPersistValues). Everything works fine.
The text was updated successfully, but these errors were encountered:
When I use the New V8 JavaScript runtime in AppsScript I get the error
TypeError: CardService.newAction(...).setFunctionName(...).setLoadIndicator(...).setPersistValues is not a function [line: 281, function: buildSearchCard_, file: Code]
When I use the legacy runtime I get the error:
TypeError: Cannot find function setPersistValues in object Action. [line: 278, function: buildSearchCard_, file: Code]
If I remove this function (setPersistValues). Everything works fine.
The text was updated successfully, but these errors were encountered: