ReFramework - config file email filter

Hi all,

I’m using the REframework to to read emails from an inbox. in my config file I included a filter to make sure all emails are from the same person.

[FROM]='Matt, G (Work Place)

I keep getting one error saying:
Get Outlook Mail Messages: Cannot parse condition. Error at “'Matt, G (Work Place…”.

It looks like its not seeing the [FROM]= , how do I write it so it sees the whole filter line??

any ideas would be amazing!

Thank you!

when I hard code it in, it works fine… just when its in the config file, its not working

you are missing single quote at the end
image

try this

"[From]='Matt, G (Work Place)'"

Thank you!

1 Like