Then use split activity to split on comma and extract the first value…then it would contain only the condition details.
Str.Split({","},StringSplitOptions.None)(0).Replace("if","").Trim
This would give only the condition…
Cheers
Then use split activity to split on comma and extract the first value…then it would contain only the condition details.
Str.Split({","},StringSplitOptions.None)(0).Replace("if","").Trim
This would give only the condition…
Cheers