I have two tables. private_properties and developers.
private_properties table has 2800 rows. I want to loop through all the rows in the table to update a developer column in the private _properties table. This update will create relationship between private_properties and devlepers table. I have all the logic in place and it is working good.
Right now when I load table objects using UI builder, it allows me to load and update only 100 rows.
How do I loop through all the 2800 rows in the private_properties table?