Need to split the equal value

Hi ,

i want to split the value.
Example: input:10000
output: 5000
5000
thanks

Hi @vaish

I think so something is wrong in your Input

Do you want to divide the value ??

Happy Automation :raised_hands:

Best Regards
Er Pratik Wavhal :robot::man_technologist:t4: :computer:

Yeah my input value is:1500000
output should split the input into two equal half

Hi @vaish

Below are the steps :-

Do everything in Assign Activity

  1. Int32 input = 1500000
  2. Double output = input/2

Mark as solution and like it if this helps you :slight_smile:

Happy Automation :raised_hands:

Best Regards
Er Pratik Wavhal :robot::man_technologist:t4: :computer:

1 Like

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