Why does Fill Clipboard action often fail?

Andydroid

Member
I find that I often need to repeat the Fill Clipboard action multiple times before it works, so I use an Action Block something like this:

Fill Clipboard [lv=s]
Wait 5 seconds
While s != [clipboard]
.... Log Event: Failed to set Clipboard
.... Fill Clipboard [lv=s]
.... Wait 5 seconds
End Loop

(NB I do have an extra condition that prevents an infinite loop- the above is for clarity)

Does anyone have any idea why this happens? I don't think it's an Android thing because it used to happen on my old Android 8 phone too.

Samsung S21FE on Android 12
 

MacroDroidDev

Administrator
Staff member
I'm not aware of this issue and don't recall seeing that happen before.

Can you please use "Report a bug" in troubleshooting to share the macro with me.
 
Top