NetBox version
v3.6.3
Python version
3.8
Steps to Reproduce
-
IF[a,b,c,d]" generates "IFa, IFb, IFc, IFd".


-
Enter "IF[1,2,3,4]" and try to create "IF1,IF2,IF3,IF4".

-
Range "1" is invalid." is displayed and cannot be created.

Expected Behavior
We expect to be able to generate the specified number of combinations containing integer values.
For example, IF[1,3,5,8] would be expected to generate IF1, IF3, IF5, and IF8.
Observed Behavior
Range {int} is invalid." is displayed and the data is not created together.