Hello everyone, I am trying to write a conditional statement inside the type into activity. I am not sure if this is possible, I am trying to write the following expression
If (in_Address1.Equals(“”)) Then “[k(del)]” Else in_Address1
the idea behind this is to check if the argument in_Address1 is empty, if it is, anything remaining in the selected field should be deleted, otherwise it should be rewritten by the new value of in_Address1