Forms 10.2 (also used to happen in 9.2)
--
Imagine a table with two single-line fields: Field A and Field B.
There is also a database with corresponding columns: Column A and Column B.
Configure lookup rules as such:
1. Fill Field A with Column A
2. When Field A matches Column A, fill Field B with the matching value from Column B.
This works fine in dynamic length tables where users have to add lines one by one. However, if you make the table fixed length, the second lookup rule stops working. All the Field A's get filled properly, but don't perform their lookups to fill their corresponding Field B's.
This issue also seems to happen if the table is dynamic and the user adds a bunch of rows in quick succession by repeatedly clicking the Add button of the table. But that one is a bit more difficult to reproduce.