Hi,
I have an autocomplete which i want the user to type into, to narrow down and pick an item - This is working fine (although slow due to it searching the data)
Upon picking that item, I want to transfer all the other attributes (not shown in the autocomplete, but in the smartobject) to a list underneath, but its not working.
I have tried a Transfer rule, nothing happens
I tried a List method, but this slow as it loading the entire dataset again and i filter on the Autocomplete.
Any ideas?