I have an issue where auto complete rules are called the moment a form loads even when the user has not clicked the auto complete button. The rule allows empty values to be passed which end up populating an empty table row. No way to require a value in a rule.
So I created a second rule to delete these empty rows that way the table is accurate.
But it keeps returning 0 rows.
I know the value is null because the customer field is empty on load and I can open the table and use my mouse to highlight and make sure there is no space or characters in the field value.
Nothing highlights under the customer data when I do this confirming the value is empty.