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?
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”)
Hi,
Hope the following helps you.
Regards,
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.