I have a repeating section, comprising of two radio button choice objects (RB1 and RB2), and a checkbox (CB1)
If RB1="Yes" then RB2 should be displayed and mandatory, CB1 should be hidden
If RB1="No" then RB1 should be hidden, and CB1 displayed and mandatory
When I try to use the Rules functionality, and change a value in RB1, I get the error message "Error in formula: Cannot assign to a function result", I'm guessing that the rule can't figure out which object it's looking at because it's in a repeating section.
Has anyone managed validation of objects within the same row in a repeating section? I'm stuck on this, and some of the replies I've received from the support team have been rather weird and also mentioned some unspecified bug.