What are you trying to achieve?
Newbie here! making my first automation.
What I’m building: pulling attachments from gmail (filter: gmail labeled it as an invoice) and putting it into a drive.
What I’m stuck on: nice-to-have, but I always have to open the invoice once it’s in the drive folder, check who the invoice is from and replace the generic attachment name (F09EE or whatever their system generates) to something I can read (Invoice Miro for example).
The name of the sender is often ‘support/billing’, so I figure the most reliable way to do this is to parse (if that’s the right word for this) a part of the email address, which ends in .com/.be/.io/… How might I get Make to name the file 'email address MINUS all the stuff before and including @ and EXCLUDING everything behind the dot separator?
Any advice is appreciated!
Steps taken so far
I have already tried to play around with it, but I’m not a coder