##Help with invoke using 'fromEventObservable' syntax
1 messages ยท Page 1 of 1 (latest)
No thanks, I found the solution . ๐
Hey @kind kraken , looks like the value of input is not being passed for fromEventObservable
runstatement function doee not get the input here:
invoke: {
src: fromEventObservable(runStatement),
input: ({ event }) => ({
dsql: event.dsql,
selectedDB: event.selectedDB,
selectedSchema: event.selectedSchema,
selectedStore: event.selectedStore
})
},
but when I switch to fromObservable, it get's the input
is this a bug?
This may be a bug, can you file an issue?
will do