I am creating a flow where I already receive the NPS in my slack channel. I want to send emails to the users who have given an NPS score below 8. I have made the flow, but I am facing filter error.
Filter Failed!
Issue encountered converting either the condition value or the filter by value to their expected types. Double check your inputs.
Hey @Gotik - If you click on View all inputs and outputs of the Filter node you’ll see that the Filter By input has some blank values which can’t fit the condition that checks for numbers. Either use another filter node which filters out the blank values or in the Extract Data node specify not to include empty numbers or replace them with zero.
I also realised that the webhook also sends more than 1 response from a user, depending upon how many questions they answered. Means the approach I am following is not the best.
Do you have a suggestion? Should I connect Gumloop with my DB, or extract daily data and put it in Gumloop?