Sorry but still an error. . .
Can you please check the datatype.
Hi @tmartin,
Check in variable tab also…I hope u created there also. Duplicate there may be the datatype is int
Regards,
Arivu
no i didn’t create in the variables just in arguments. so you think that is my issue.
Use this code in assign
Convert.ToString(CSVCompanyTaxiD.Remove("-"))
Still not working.
Here is what i get now:
Then when I tried the Replace as you indicated here is the error:
Can you share the xaml file
Read SEP Plan CSV File.xaml (53.3 KB)
Hi @tmartin,
Use this code.
Convert.ToString(CSVCompanyTaxID.Replace("-",""))
and also i saw CSVCompanyTaxID in variable tab also remove that one else you will not get the input value from the other xaml file argument.
Regards,
Arivu
Thanks i’m all good now.
hi,
please follow below tutorial which converts string to integer
https://www.youtube.com/edit?ar=1&o=U&video_id=ny6_v-079I0
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.