I'm starting to play with Workflows.
Is there any way in the JS queries to log to console and see those somewhere? Even when testing individual queries.
Otherwise, not easy to debug...
Hey @wabiloo!
You should be able to use console.log
and see it show up in the workflow logs:
Does that match what you're looking for?
But that then only works when actually running the whole workflow, not previewing / running a single block (top right play
icon)?
Would be nice to be able to support both...