Hey there,
I am trying to create a condition in a flow (or alternatively a parameter in the 'event approaching' trigger) that checks to see if the event subject contains any 7-digit number.
Example:
I have 2 upcoming events which will be identified by the flow:
1. Meeting with John SMITH - 1234567
2. Conference call with Mary - Add Steph
I want to add a condition that checks whether the event subject have a 7-digit number in them and if they do, returns TRUE (and if not, returns false)
The number will always be 7 digits however it can any combination of 7 digits and won't always be in the same position. For example I want the same condition to return true for all of the following event subjects:
3. Joe - 7935816 - ball back
4. (3665200) - Purchase orders due
BUT NOT for :
6. SMITH - 1245 - Event
Does anyone know how to do this? I have tried using multiple variations of the expression [0-9]{7} but have had zero luck.
any assistance would be most appreciated !