Ah, it looks like this is because the inputs in your prompt are set to "required to run" but if you click on them you can change them to optional inputs instead and will run with whatever data is available and based on other conditions you add to it.
So in this case, it appears that not all of those fields have data and that's why it returns that message. Toggle those that should be optional and it will work after that :)