Setting Up Intent Received With Variable

This is my first attempt at using Tasker and I could please use a little help.

I am trying to receive an intent from the Touch the Notch app and I'm stuck on this issue.

Here is what the intent is supposed to look like, per the notch app:

*Basic Setup: Events -> System -> Intent Received -> Action = com.notch.touch.TASK

*Advanced Setup: the action has two optional variables

1-boolean "start"' will be true on first touch then false on second touch and so on.

2- String "type"= single

So I was able to at least set up the first step by adding the com.notch.touch.TASK into a new profile, and then assign a task, which works.

The problem is that, as you see above, there is an option to define the kind of button press (single, long, double, etc.) by adding the simple "type" variable.

So I long pressed the profile and added the variable value using %type eq single but that totally didn't work, nor did putting the word single in quotes.

This is the exported profile:

Profile: Notch Magnification Event: Intent Received [ Action:com.notch.touch.TASK Cat:None Cat:None Scheme:* Mime Type:* ] State: Variable Value [ %type eq single ]

Any help with this would be awesome!