How can i convert sytemdouble to string

@Soudios

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

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 :slight_smile:
Cheers!!

that’s what i tried but it doesnt work


I get the information from an SAP sofware, i removed the minus also
image

The goal is to compare the 2 amount, i let the space between the 2 amount and its doesnt work, i think my comparaison syntaxe is not good

image