Recently, all our salesforce connector action buttons utilising autoluanched FLOWs have stopped working when the page first loads.
When the button is clicked, the console error shows this. You have to click on the button again for it to action correctly.
core_all.js:2 TypeError: this.dataSourceType.getActions(...).then(...).finally is not a function
at DataSource.getActions (skuidReqs.js:2:488207)
at DataSourceType.runAction (skuidReqs.js:2:508996)
at DataSource.runAction (skuidReqs.js:2:490354)
at skuidReqs.js:2:376659
at async Action.run (skuidReqs.js:2:429459)