All,
I have this output that will contain random numbers/text. I would like to create a condition step that will check if this Video.3 contains any digit or text,
If it contains characters then move to "YES"
If it does not contain any characters then move to "NO",
Does anyone know how I can set this up?
Solved! Go to Solution.
Hi @aishak12 ,
Do you want to determine if Video.3 contains a character?
Please try to use regex to achieve.
There is a connector for this to work with regular expressions:
Plumsail SP - Connectors | Microsoft Learn
Here is a test for your reference:
If the Video.3 content is not a number, it[IsSuccess] will return false.
Here is result:
Here are some links for your reference:
What is a Regular Expression? [Components & Examples] | Liquid Web
Best Regards
Cheng Feng
Hi @aishak12 ,
Do you want to determine if Video.3 contains a character?
Please try to use regex to achieve.
There is a connector for this to work with regular expressions:
Plumsail SP - Connectors | Microsoft Learn
Here is a test for your reference:
If the Video.3 content is not a number, it[IsSuccess] will return false.
Here is result:
Here are some links for your reference:
What is a Regular Expression? [Components & Examples] | Liquid Web
Best Regards
Cheng Feng
User | Count |
---|---|
26 | |
13 | |
12 | |
8 | |
8 |
User | Count |
---|---|
49 | |
29 | |
23 | |
20 | |
20 |