I have the following case:
In my form , after I pres the first search button I get a list of items.
In the list of items ,there is a type column.
I need to filter the results of the next lookup field based on the type value.
Is the any way to get the type value of the selected row in the list with javascript and filter with that ?