IF condition if one string variable contains the value from another string variable

Hello all,

I need help with writing the condition of an IF activity.
I have 2 variables.
First = Pack of Chips 29.99EUR
Second = 29.99EUR

How would I write the condition to check if the first variable contains the second value?

if
First.Contains(“29.99EUR”)

1 Like

Hi,

Hope the following helps you.

img20200120-6

Regards,

2 Likes

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