Try using the Missed Call State instead of using the Missed Call Event.
There are some amazing profiles here, so I'm hoping someone can help me with this, if possible.
What I am trying to do is have Text Widget show who I missed a call from. I tried to adapt the missed call setup that NebulaOcton helped establish in This Post, but it's not passing %CNAME correctly and not resetting the message after checking the call log.
Profile: Missed Call
Event: Missed Call
Task Edit:
-> Variable Set: %MCCLEAR to 0
-> tText widget configuration: tasker variable name: Missed | Message: Missed call from %CNAME
-> Wait 2 minutes
-> tText Widget configuration: tasker variable name: Missed | Message: No missed calls
-> Stop if %MCCLEAR ~ 1
-> Goto action 2
Then:
Profile: Missed Call Clear
Application: Contacts
Task Edit:
-> Variable Set: %MCCLEAR to 1
The end result is when I have a missed call, the text widget shows "Missed call from: %CNAME" and when I check the call log, the message doesn't clear. The other part of it is, if I change %CNAME to %BATT, the widget will show "Missed call from: 100", and won't change even after I check the call log.