Office 365 Loop

More
1 year 6 months ago #24689 by downing
Office 365 Loop was created by downing
Hello guys
I am sure that you can save me from madness. 
I've been trying to get this email loop to work since yesterday.

The trigger was Mike's LinkedIn posting.

Don't you have an example lying around to help me out?

Thx
Thomas




 
Attachments:

Please Log in or Create an account to join the conversation.

More
1 year 6 months ago #24690 by admin
Replied by admin on topic Office 365 Loop
We currently working on new major release. It will include a lot of examples one of them is Office365 loop.
I have attached it for your convenience

In my opinion it is better to wait for the next release, we have made it much easier to track problems.

  

File Attachment:

File Name: 0365Example.wfp.zip
File Size:1 KB


 
 

Mike
ETL Architect

Please Log in or Create an account to join the conversation.

More
1 year 6 months ago #24691 by downing
Replied by downing on topic Office 365 Loop
Thx Mike

I will gladly listen to your advice and wait for the next version.

I have one more question.
The attachments in the mail are xlsx and XLSX upper and lowercase.

Is it smarter to adjust the file extension or can I also specify several extensions in the “Attachment File Save Filter Expression” field?

Thomas
 

Please Log in or Create an account to join the conversation.

More
1 year 6 months ago #24692 by admin
Replied by admin on topic Office 365 Loop
This regular expression should work in both cases.

(?i)^.+\.xlsx$

Explanation:

1. (?i): Ensures the pattern is case-insensitive.
1. ^: Asserts the start of the string.
1. .+: Matches one or more characters (the filename).
1. \.xlsx: Matches the .xlsx extension, escaping the dot (\.) to treat it literally.
1. $: Asserts the end of the string.

 

Mike
ETL Architect

Please Log in or Create an account to join the conversation.

More
1 year 6 months ago #24693 by downing
Replied by downing on topic Office 365 Loop
Works 

and then another question:

in the “Subject Regular Expression” can I define several subjects here?
e.g. 
Weekly Sales, Monthly Sales

can I also do an upper/lower case conversion here?
Sales Report ... SALES REPORT ... sales report

Sorry to bother you Mike
Thomas


 

Please Log in or Create an account to join the conversation.

More
1 year 6 months ago #24694 by admin
Replied by admin on topic Office 365 Loop
Sure, here’s a case-insensitive regular expression to check if a string contains either Weekly Sales or Monthly Sales:

Regular Expression:

regex
Copy code
(?i)\b(Weekly Sales|Monthly Sales)\b

It is easy to extend for more values

Mike
ETL Architect

Please Log in or Create an account to join the conversation.

Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Read more
Marketing
Set of techniques which have for object the commercial strategy and in particular the market study.
Google
Accept
Decline
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Google Analytics
Accept
Decline
Functional
Tools used to give you more features when navigating on the website, this can include social sharing.
Advertisement
If you accept, the ads on the page will be adapted to your preferences.
Google Ad
Accept
Decline
Save