I am creating an Instagram Auto reply and Private DMs Automation
What is the problem & what have you tried?
Here, In Path-1 for auto reply on Comments, which is working properly but Path-2 for Private DMs , If someone comment âInterestedâ and âToolsâ, then a PDF link will be directly sent to their account. But here the filter is not working. Is anyone help me to do this?
Unfortunately, we couldnât see any filter applied in any of the routes in the blueprint you shared. Could you please recheck to see if anything was missed and share the updated blueprint again?
This will help us review the flow more clearly and assist you better.
Sounds like your filter isnât triggering because it might be case-sensitive or expecting an exact match. Try using a âcontainsâ or lowercase check for both âInterestedâ and âToolsâ in the filter, that usually fixes this in Make.com scenarios.
It doesnât work, Actually here is not the module called âSend a message.â that trigger the DM, I am using a MAKE free account. Is there any issue?
Could you please set the Fallback option from Yes to No and try again?
Setting a Fallback route with a condition will not work as expected, since fallback routes do not evaluate filters. Disabling the fallback and using proper filters on each route should resolve the issue.
Please refer to the attached screenshot for reference.
Iâd double-check the filter logic by printing the incoming keyword to a variable right before the filter step, just to see if the text includes spaces or casing that might break the match. Iâve had filters fail just because the keyword came in with an emoji. While testing, I sometimes peek at comments with goonview.com since it loads stuff quickly, which helps confirm what the trigger should look like.