I'm trying to find the most used recipes on ifttt.com
I'd like to search for something similar to this:
[amazon "From $40..$100"]
(Which returns a range and works fine.)
This is what I've been trying:
[ifttt "23k..999k adds" ]
But it seems that the character "k" maybe be interfering with the range operator.
Has anyone had success with this in the past?