I’m seeing an error when setting up a trigger on Google Sheets (new row). I can select my account, the drive, the spreadsheet, but it fails to pull any of the worksheets to select one. I noticed the following console error:
Error: option value must be string or number
at prop-input-connect-account.44742dc5.js:1:36272
at ja (prop-input-connect-account.44742dc5.js:1:36333)
at prop-input-connect-account.44742dc5.js:1:42900
at Proxy.map (<anonymous>)
at ReactiveEffect.fn (prop-input-connect-account.44742dc5.js:1:42892)
at ReactiveEffect.run (vendor.aa4b3839.js:1:6454)
at ComputedRefImpl.get value [as value] (vendor.aa4b3839.js:1:17012)
at c (vendor.aa4b3839.js:1:78883)
at ReactiveEffect.c [as fn] (vendor.aa4b3839.js:1:79257)
at ReactiveEffect.run (vendor.aa4b3839.js:1:6454)
I tried reconnecting that account, but still the same. Any ideas?