Search found 53 matches

by icefox56
07 Dec 2018 22:28
Forum: User Help / Bug Reports
Topic: OTP reading flow
Replies: 8
Views: 17413

Re: OTP reading flow

Thanks for pointing out the help section in regex tester. I didn't noticed that. After reading help I tried to tweak the script. But I have problem making the flow work. Some of the otp I receive include "-" eg. It look like this 123-456. So after reading help section in Regular expression tester I ...
by icefox56
07 Dec 2018 18:42
Forum: User Help / Bug Reports
Topic: OTP reading flow
Replies: 8
Views: 17413

Re: OTP reading flow

It worked. Thanks a lot. Questions: 1. Will you tell me the meaning of otp=findAll(sms_text, '\\d+'); And :{otp[0]} I looked for this '\\d+' all over the script documentation but couldn't find an explanation. I understand it's some kind of regex or something. Where can I learn more about stuff like ...
by icefox56
07 Dec 2018 11:42
Forum: User Help / Bug Reports
Topic: OTP reading flow
Replies: 8
Views: 17413

OTP reading flow

How to create a flow that will Trigger: when I receive an SMS containg the word 'OTP' Action: Copy only the number part of that SMS to clipboard, so that I can paste it. Note: I tried search first and found this https://automagic4android.com/forum/viewtopic.php?f=5&t=2944 But i didn't understand any...