Writing in a new coulmn

Hi,
Here i need to write 3rd column based on 1st column and 2nd coulmn

for gst3 value should be lesser than 2 then write as success in new 3rd coulmn,for others type it should be greater than 4 then it should be success.

2 gst3
3 gst2
3 gst1
4 gst3
3 gst2

output

2 gst3 sucess
3 gst2 sucess
3 gst1 sucess
4 gst3 failure
3 gst2 sucess

@Karthik_Kulkarni I guess the Output Doesn’t match the Condition :sweat_smile:, When you have said “for others type it should be greater than 4 then it should be success.” , gst2, gst1 have all values less than 4 , Shouldn’t it be failure?

for gst2 and gst1 if it less than 4 it should be sucess ,

for gst3 if it less than 2 it should be success.

can this be happened?

@Karthik_Kulkarni Check this workflow :
UpdateColumnValues.zip (8.7 KB)

1 Like

Check this work flow , @Karthik_Kulkarni
Test_1.xaml (11.9 KB)

1 Like

the above issue got resolved thanks @supermanPunch

1 Like