Workflow error: "Did you forget to include a return statement?" with return statement present

Hi @Scottsky,

That message simply means that the block result is undefined (which is usually due to a return statement missing), so you can safely ignore it if returning undefined was intended. I'll file a bug to make this less confusing.

2 Likes