How would it be possible to do this? view id-value recognition.

gdsmsla

New member
Hi,

There is a view id(key) that has the string string as a value.

I want to create a trigger that starts a macro when certain words are in the string that this id has.

However, I'm trying to create it in Application - Screen content, so the matching option is text content, view id is all.

Is there a way to recognize the string of values that a particular view id has?

Thank You!
 

LF0

Member
The latest version of MacroDroid features an action called "Get Text from View ID." You can create a new macro to run this action repeatedly at fixed intervals and save the text to a global variable. Then, use the "Variable Changed" trigger to fire the macro you need.
 

gdsmsla

New member
The latest version of MacroDroid features an action called "Get Text from View ID." You can create a new macro to run this action repeatedly at fixed intervals and save the text to a global variable. Then, use the "Variable Changed" trigger to fire the macro you need.
i'll try this solution
thank you so much
 
Top