Variable Trigger from notifications...need help please!

amvuser81

New member
I would like to trigger a macro from a certain app notification and have UI interaction click on a different app but only if the value of the incoming notification is greater than "minimum" I could add "maximum" if needed to make it work. I'm new to all this and trying to learn, but I do not want the UI to click if under the minimum, is there anyway to do this? I have everything besides the trigger figured out..I hope I explained well enough. I'm not sure what to put in the trigger or variable to make this work. Any help would be appreciated greatly!
 

amvuser81

New member
I would like to trigger a macro from a certain app notification and have UI interaction click on a different app but only if the value of the incoming notification is greater than "minimum" I could add "maximum" if needed to make it work. I'm new to all this and trying to learn, but I do not want the UI to click if under the minimum, is there anyway to do this? I have everything besides the trigger figured out..I hope I explained well enough. I'm not sure what to put in the trigger or variable to make this work. Any help would be appreciated greatly!
It's a number value from the notification that I want to use to trigger the rest of the macro. Sorry forgot to put that.
 

Jacob L

Moderator (Lawsonator)
Your trigger would be notification received. Then you can use the set variable action to put all of the notification text into a string. To do this you can press the three dots menu on the set variable action and click notification text. Then you need to extract the numbers. Create am integer variable with the set variable action and go back into the three dots menu and choose string variable value and it should get the numbers. If you can tell us the app you want to trigger from and what you wanted it to click and the minimum I can build it so you can see how it works
 
  • Like
Reactions: 420

amvuser81

New member
Your trigger would be notification received. Then you can use the set variable action to put all of the notification text into a string. To do this you can press the three dots menu on the set variable action and click notification text. Then you need to extract the numbers. Create am integer variable with the set variable action and go back into the three dots menu and choose string variable value and it should get the numbers. If you can tell us the app you want to trigger from and what you wanted it to click and the minimum I can build it so you can see how it works
Your skillset is much higher than mine. I tried and failed miserably lol. So basically what I want to do is take information from the notification and if its under a certain $ amount then decline the order. It would be amazing if you could please!
 

Attachments

  • Screenshot_20220103-154931_Dasher.jpg
    Screenshot_20220103-154931_Dasher.jpg
    240.1 KB · Views: 7
  • Screenshot_20220103-154950_Dasher.jpg
    Screenshot_20220103-154950_Dasher.jpg
    41.4 KB · Views: 9
Top