I'm trying to create a tool where users can utilize a variety of inputs that are independent of each other. For example.
Product combo box (12 items)
Campaign Name combo box (102 items)
Source combo box (20 items)
Right now I am simply dropping combo boxes on a canvas and creating a datasource for each one but I am not sure if this is the right way to do this or should all of this data be in a single datasource in their own columns? My experience with databases says they need to remain separate data sources since a row in a table is a record where all items are dependent.
Now, the output will go to a single datasource but am I going about building the input the right way?