I am using a search bar for my data viewer list (DVL). It works great showing the name and associated picture when the screen initially loads, seen below.
Yes I can display the profile picture when it open by looping through the pic column. However, I’m unsure how to add the profile picture when the user begins to type a name.
Not sure where to start here. I tried using the ‘CurrentNameRow’ cell value to find the profile picture within the database and it the pic in using a get value block but no luck.