Hi! I have a responsive form I'm building and am looking for the functionality so that once the user keyed in a submission specific identifier (title or number), is it possible to, real-time, determine if there's a matching submission within the list and if so, return a corresponding value from that found item?
Example: I key in "Offer1234" there's a query in the background to find that match and if true, it returns the created date for that prior item.
I know I can hookup a workflow, but that can only run when an item is added...I'm hoping for a more responsive result.
Thank you for your time!