I Have a number of InputListBox's in an iLogic rule that use information from an ArrayList to create an iProperty name and value. This works but the selection list is somewhat bunched together where as an InputRadioBox is much easier not only to read but select from.
My question - is it possible to use an existing ArrayList or to make a List in my rule that an InputRadioBox can use?
My ArrayList's are generally as long as 25 item's, I've tried multiple way's to use my existing ArrayList's to no avail. See below A picture of the InputRadioBox I was able to create along with the code which does not use a list of any kind.
BooleanParam = WCList
WCList = InputRadioBox("Add A WorkCenter", "WC A01 Enginner | Brent" ,"WC C02 Laser/Punch",WCList, Title := "Select Work Center")