I’ve created a flow that allows me to forward emails based on their subject lines.
A Google Sheets spreadsheet contains several subject lines. If the subject line of an incoming email matches a rule in the Sheet (filter), the email is forwarded to an email address associated with it.
This works perfectly until a reply email arrives.
Then, a “Re:” is added to the subject line, and the subject line no longer matches the list in Google Sheets.
Can anyone help me? I think I need to configure the filter differently, but I can’t find a function that matches the subject line without a “Re:” to the subject lines in the Sheet.
It took me a while to “translate” the function it the predefined Text Parser, but finally it works.
Note: I had to replace the search field (filter) for the spreadsheet loopup to the “Text” parser field, otherwise the lookup in the spreadsheet did not work (with the origional “Subject” field)