Hello.
I am trying to implement a search functionality using the record id is this possible given that the id isn’t in one of the fields?
As an example, I have the following records
records: [
{
id: “rec2PRjhAMAh2O64a”,
fields: {
Name: “blah blah”,
}},
{
id: “rec2otu8JF7ijlmA4”,
fields: {
Name: "klkdsd ",
},]
I want to search by the id. Is this possible?