Hi!
We have this scenario where our client has user configurations that are rules composed of reference tables and list selection of each reference tables for example
table 1
Value1
Value 2
table 2
Value 3
Value 4
table 3
Value 5
Value 6
Table 4
Value 7
Value 8
Value 9
One rule could be
(Value 1 AND Value 3 AND Value 4) OR (Value 1 AND Value 7)
And there could be N number of rules configured like that in the system for each user. At the moment in k2 we are only able to display 1 set of controls or the values in the four tables without options to add or repeat more rules. So , we need to be able to have a form with dynamic inputs and be able to save all rules for that user configuration, we are in k2 five looking to migrate to k2 cloud, any approach taken needs to be compatible with the cloud. These are the options that we know we can take: create a custom control(we don't know how limited is going to be, but we do know that it is not going to be compatible with the cloud), incorporate a rules engine or take this functionality outside of k2 and do a custom app to handle this.