Hello,
I am relatively new to make, I’ve played around with some scenarios and completed up to the intermediate level course in make academy.
I am currently working on a test project for my boss to see if make is a suitable option for a job she wants done. I’ve written a mock email to myself that includes a table with info on a book in it. I want to extract the ISBN code from the email using the text parser, but no matter what I try I only get an empty output.
My general email is:
Hi name,
I was scrolling on indigo and found a book you might want to read. The table below has some details but go on indigo to view the actual book description.
Author | Title | Date Found | Price |
---|---|---|---|
Denise Robbins | 9781964721064 | 03/06/25 | 24.99 |
Here is a photo of the email as well:
Thank you to any advice or suggestions!