Please help me correct this Id Statement If (NewVal IsNothing , Checkq = "New Val Is Nothing" , Checkq = "NewVal is not Nothing" )

Please help me correct this If Statement

If (NewVal IsNothing , Checkq = “New Val Is Nothing” , Checkq = “NewVal is not Nothing” )

HI @Kathiravan

What problem did you face and can you elaborate the task?

Regards
Sudharsan

Hi @Sudharsan_Ka , In a Assign Activity, If Value of Variable “NewVal” is Empty then I need to Assign Another Variable “Checkq” as “Empty” Else “Not Empty”

Okay what is your assign variable Checkq right?

If yes you use like this is will assign as per the condition
Checkq = If (NewVal IsNothing ,“New Val Is Nothing” ,“NewVal is not Nothing” )

Regards
Sudharsan

1 Like

Thanks a Lot Sudharsan

1 Like

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