Can I filter Database results in Workflow Based on User Input

Is it possible to filter a database I am using in WorkFlow based on an input field in an app?

I want to be able to send only the user's related data to them in an email instead of everything.

Ex: If they type their ID# in when filling out a form, I want all rows that contain that ID # pulled for the workflow to email them when it runs at 0700 every day. I want this to be unique for each person.

Hey @Alexander_Cumpston! How are you currently triggering your workflow? I wonder if you can include the ID # in the event payload

https://docs.retool.com/docs/retool-workflows-trigger-webhooks

Something like this?

http://community.retool.com/t/use-webhook-payload-json-as-text-and-send-the-text-to-slack-integration/15998/5