Hi, very good video!!! Is it possible to run this script when i receive a new mail and not on all mail? Regards
@AStarkApproach Жыл бұрын
This has been the most useful series I've found for this. I wonder if you could explain how to continue to search a message body for more than one entry? Appending to different rows? Or maybe that's too complicated...
@jacke.nelson89312 жыл бұрын
I need help, when I ran the with "parse_email" it doesn't return any email id on the excel googlesheet
@bernardpolydor3906 Жыл бұрын
Very useful, thanks a lot
@quotesefpg2 жыл бұрын
Can you provide further explanation of the "if " statement, I get an error warning that "Cannot read properties of undefined (reading 'indexOf') "and cannot move forward . - and the meaning of " " Many thanks
@sabaripandian90723 жыл бұрын
please made some way , we can copy the code of yours. It will be be greatly helpfull. Thank u very much for ur info
@yashshah98922 жыл бұрын
Hi, I'm reading a mail. I want some text which is after some words and I want another text which is in the next line to some words what should I do?
@1ma4ighter2 жыл бұрын
use regex to read in the lines, that way no matter where the words are, you can extract the line
@MadsTuxen20112 жыл бұрын
Thank you som much for sharing all this insight. It is very generous of you.