validation on contents of text field

How can i validate if a textfield (email) is filled and let the flow continue if this is true or not

Like 0

Like

2 comments
Best reply

Hi Michael. 

If i understood your task correctly and you're referring to the business process, please create a conditional flow and set its formula to "!String.IsNullOrEmpty([#ReadDataUserTask1.FirstElementOfResultingCollection.Email#]) 

 

Where ReadDataUserTask1 - is the read data element of the process. 

 

According to this formula the process will go into the flow if the Email field is not empty. 

Best Regards,

Yurii.

Hi Michael. 

If i understood your task correctly and you're referring to the business process, please create a conditional flow and set its formula to "!String.IsNullOrEmpty([#ReadDataUserTask1.FirstElementOfResultingCollection.Email#]) 

 

Where ReadDataUserTask1 - is the read data element of the process. 

 

According to this formula the process will go into the flow if the Email field is not empty. 

Best Regards,

Yurii.

Thank you for the solution

Show all comments