The CreatorCon Call for Content is officially open! Get started here.

URGENT HELP!!! Inbound eMails not generating record as it should

Adil N
Tera Expert

Hi all, 

 

I have created an Inbound Email Flow (Screenshots below, Trigger Step, Action Step and the Overall Flow)

As you can see the flow is active 

When emails are received (inbound received emails screenshot) the incident record is not being produced

 

the condition for the inbound email is - New and Subject contains "Test" as you can see the email fits the criteria 

 

Any idea what is going wrong? 

 

thanks 

2 ACCEPTED SOLUTIONS

Mark Manders
Mega Patron

Your emails don't comply to your trigger. Your trigger says 'Test' while one email says 'test' and the other 'TEST'. The subject field checks case sensitive. So you either need to apply all versions of 'Test' as 'subject contains' set a BR on the email table to set everything to lower/upper case to get this working.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

View solution in original post

Community Alums
Not applicable

Hi @Adil N ,

You will need to be specific while setting the trigger condition, it is case sensitive.

so the condition has to match exactly for a record to be created in the incident table.

Your Action looks good but trigger is not meeting your condition for incident ceration.

 

View solution in original post

8 REPLIES 8

Your BR would not look at just these emails, but all of them. So depending on your use case(s), I would go for the 'OR's. 

These kinds of emails are often automated (when you use subject text to identify them), because human error can cause big issues on such an email. When it's automated, you will always have the same text or phrase, which makes it less prone to issues related to case sensitivity.


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

Tabassum22
Tera Guru

Hi @Adil N,

 

Would it be possible for you to share the image of the flow execution error? What is it comprised of? 

 

Thanks, 

Tabassum Sultana

Hi @Tabassum22 Not sure I would be able to run a test to get a error as no current records would be created this way. Unless I am misunderstanding? 

Community Alums
Not applicable

Hi @Adil N ,

You will need to be specific while setting the trigger condition, it is case sensitive.

so the condition has to match exactly for a record to be created in the incident table.

Your Action looks good but trigger is not meeting your condition for incident ceration.