Hi,
- Create a project with a parameter as list of values, lets call it PARAM
- Call this project by passing a string value in PARAM BUT this string value looks like a number like 17 or 017
=> you get an error
Attempt to assign parameter PARAM with an illegal value “17”
I think that what is happening is that the value of 17 is intepreted as number by Easymorph and it does not suit in list of values parameter. Maybe what should be done in this case is take into account the property of parameter PARAM “treat numeric values” > “always as text”. It seems that this property is skipped in this case.
Edit : actually it’s doing this even with values which does not look like numbers. Its always this error when you try to pass one value to a list of values parameter