I have a custom component that has an operation that takes a list as an input. In my current (in progress) implementation, I have to manually add all the items to the list variable via a setValue service, then set that list variable as an input to my custom component operation. While this is a per...