Wait Until Trigger fails to read SMS in v5.29

KawaNinja

New member
I have a small example that shows the problem since I upgraded to v5.29. This used to work until yesterday (v5.28). I send an SMS message to a device and receive an SMS with response., Now [sms_message] returns empty. If the macro is invoked with SMS trigger everything works fine. How can I roll back until it is fixed?
Thanks in advance.
PS I'll post the macro image in the next post,for some reason I can not add it here.
 

MacroDroidDev

Administrator
Staff member
This was dealt with via email/bug report, but for the benefit of other users who may stumble across this...

The issue was that previously the wait before next action would destroy any trigger specific information from the original trigger. I've fixed in 5.30 so it should be able to use both. If the trigger are of the same type it will use the information from the most recent one (so the wait until trigger action)
 
Top