I’m seeing some questionable functionality and was hoping someone with 2023.2.6 (latest Kinetic) could re-create this and verify if they see the same.
PO Suggestion > Running a search… I select a Buyer to search by… they have multiple suggestions in the search results. I select them all and click okay…

…the search results then populate the dataview/grid on the PO Suggestion screen. Cool!
I do the same search… I get the same result set… but this time I only select ONE record and click OK.

This time the dataview/grid on the PO Suggestion page does NOT update.
I debugged and noticed the “Condition” on the POSugg search is:
‘%searchResult.count% > 1’

So, if I only select one record and try to load it on the screen, this condition evaluates to FALSE, and the grid does not update/populate with the one selected record.
Below is the event from App Studio:
Should this not be: >= 1
With the current “condition” I have to select at least (2) records in the search results for the results to populate in the grid.
I will enter a case, but was hoping someone could double check and verify this behavior before I submit.
