In a Notifier the "show text input dialog" doesn't work with input type 6 (numbers)

I have a selector to choose different numbers. But I added a value called “other” that when they choose it leaves a notifier that allows you to add the amount that you want.

If to the Input Type of the notifier I put a 1 (Normal Text), it does well the calculation and it works perfect. (After selection I use “When notifier – Got text input from dialog”)

But if I put a 6 (normal number) does not return any value in the response…

How can I use a notification to enter a numerical value and pick up that value?

EDIT:

I answer to myself.

In IF I was using a component to compare text and I had to use a logical block of =

3 Likes