I am trying to set a rule to watch outlook inbox and if the box of the content contains Cheryl for example then to assign the cateorgy in Outlook as Cheryl. The Categories of all the names are already in outlook and I can get it to watch the inbox succesfully and preform other actions (Ie moving to another folder) but I just cant seem to get it right for how to actually complete the action to assign the category in the same folder. I tried the AI option but it still wasnt correct.
Hi @Helen,
it seems like the email passed the filter and the ‘Move a Message’ module ran into an error. Can you click on the red icon within the bubble? This will tell you the error message and hopefully hint into a direction
For something like this, you have two options.
-
You can use make.com text parsers to extract the string of text that you wish to extract.
-
You can use LLMs like Chatgpt or Gemini to scan the text for any strings of text that you want to extract.