How can I access data from the row picked in the picker?

To obtain the record name and ID from event.pickedRowsData, use the following:

  • event.pickedRowsData["PriceEntry_c.EntryProductName_Id_c"].Id

  • event.pickedRowsData["PriceEntry_c.EntryProductName_Id_c"].RecordName