Check String Values

How to check if the string values ​​are greater than or less than 10? using the delimiter “;” so that the string is below each other.

Hi,

Do you want to check each value independently such as 5500007791?

If so, the following helps you.

Regards,

Yes that’s right.
However, I need the values ​​equal to 10 to be ordered one below the other.

Ex: 5500007791
5500007794
4600005737
Thanks.

1 Like

Hi,

Do you want to check if value such as 5500007791 equals 10? If so, the following will work.

Regards,

Hi,
This for each value of the string, after it is all that are equal to 10 numbers, I need to get them, but it has to be one below the other, because I will copy and paste in a SAP screen.

In advance, thanks for the tips.

@Almeida

  1. First create one list of string variable.
  2. And then follow the steps mentioned by @Yoichi to check each string length is equal to 10 or not. If it is equal then use Add to Collection activity to add that value to the above created list variable. And then pass those output list to SAP.

Hello,

Thank you very much for your help, it worked!

Best regards.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.