We are experiencing problems with variable assignments. When attempting to assign a variable prop2 to a data element, there is a conflict with other variables that start with 2 like prop22. Usually the behavior is that whatever is assigned to the higher variable gets reassigned to the lower, but the end result is that both can't be used at the same time. Our work around has been to not use variables for props and eVars between 1-9 so they don't conflict with larger numbered assignments.
Is there a solution planned for this?