Comments
-
@tanayakakade It has been resolved by DOMO support. The issue was actually with the length of the subject title. As soon as it was longer than 20+ characters, the regex failed. DOMO fixed this bug.
-
@MichelleH - I did your test recommendation and confirm that with the same rules it also doesn't work. I will contact Domo Support. Thank you for all your help !
-
@MichelleH - no that did not fix it. I'm afraid I am getting the same alert as per below Domo is ready, but an email was received that did not pass the regex filters and was not processed. Invalid Subject FW: MSPANAY GROUP | Ibitem, Price Change and Avail - 8/28/2023 7:54:21 AM, regex is .*PANAY.* The only fix is to…
-
@MichelleH : Thank you for responding. I can confirm that nothing else was different. Sender same, same file type. The only difference was the subject name and also this email contained one additional file attached to it. The alert in the history specifically refers to the regex and was as follows: Domo is ready, but an…
-
Thanks for your suggestions. I didn't actually want to remove these rows, but solved it by having these fields replaced with NULL using following statement: case when Field like '%ERROR%' then NULL else Field end.