Tryimg to set up a 'read allowed and reply via voices mavcro

Hi guys. Not sure how to have macro accept a yes or no voice command
... here's what I got so far:


Id like to have if yes: have google assistant reply for me.
 

Attachments

  • 16850646957608948217819728865995.jpg
    16850646957608948217819728865995.jpg
    2.1 MB · Views: 8
  • 16850647470332154223093841005572.jpg
    16850647470332154223093841005572.jpg
    2.5 MB · Views: 8

MacroDroidDev

Administrator
Staff member
You can create a local String variable within the macro, then save the voice input response to that variable.

You can then later reference the variable (e.g. within the send SMS action) contents using the magic text {lv=varName} and this will be replaced with the content of the variable,
 
Top