I have a "QTY" field (simple property) on a page whose value is used in a Function Import. The Function Import expects a Number type.
The error I get in BAS is:
Incorrect type. Expected "number".
How do I set this as a number? There is nothing in the simple property to says it's a number type, other than the "Keyboard Type".
Adding $(N,...)
still shows as an error, but deploys fine.