Forum Discussion
Truls_Paulsen
Jun 14, 2023Copper Contributor
Android: Create dynamic group based on os build number
Any suggestions on how to create dynamic group based on os build number for Android devices?
JutManGraham
Mar 05, 2024Brass Contributor
(device.deviceOSVersion -notIn ["17.0.3","16.7.1","17.1.1","17.1.2","17.2.1"])
This is the ONLY way I was able to get it to work. The version is a text string so yeah, no greater than or less than can be used.
Provide the list of OS versions you want -In or do not want -notIn.