I have 2 different types of accounts one with 8 in length and one with more or less than 8.
Can anyone share a sample on how to create a condition with the length set to 8 then do this if more or less then 8 then do this.
i am able to create the condition if and else but unable to get the message box to show the correct response. attached is the sample.
Welcome @paramjit.tarang to the UiPath Community Forums
Small typo in @fernando_zuluaga’s response
*Typo - Length
But yes, you can Count the length of your string.
For String output use - yourStr.Length.ToString
For a number (Int32) output use - yourStr.Length
Hopefully this helps
Cheers
Steve
1 Like
can you share a snapshot on where you would add the length.
thanks
Show me the properties on the 1st activity - Input Dialog
Thanks it worked.
I had to add after ny var.To.string.Length > 8
Then it worked.
Thanks
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.