In Save to have to given the variable Out_ProjectMarginUnit4 and In Value to save have you given Out_ProjectMarginUnit4.Replace(" ","").
Check the below image for Save to field
Check the below image for Value to save field
Regards
In Save to have to given the variable Out_ProjectMarginUnit4 and In Value to save have you given Out_ProjectMarginUnit4.Replace(" ","").
Check the below image for Save to field
Regards
Hi @Soudios
Try below expression in IF Activity Condition to match your both values
Input1 .ToString.Replace(" “,”“).Replace(”,“,”“).Trim.Equals(Input2 .ToString.Replace(” “,”“).Replace(”,“,”").Trim)
Hope it will helps you ![]()
Cheers!!