Azeddin_Margani
8 years agoContributor
Using variables within text
Hi,
Could someone please help - I want to use variables fed from spread sheet within piece of text.
The part of text i need to replace as variables is highlighted in red:
.ClickItem ("Product Order: Megarider 4 Weekly (Adult). Card 6432323412399756454", 0);
My attempted code:
.ClickItem ("Product Order: "Project.Variables.UserData..Value("ProductName") (Adult). Card "Project.Variables.UserData.Value("ProductName")", 0);
Is there something wrong with this code?.
Your help is appreciated..
Regards,
A.M.
Here you go, this function will replace the things you want.