# "Find a record" in workflow

**URL:** https://community.noloco.io/t/find-a-record-in-workflow/1742
**Category:** Ask for Help
**Created:** [February 25, 2025, 10:18am UTC](https://community.noloco.io/t/find-a-record-in-workflow/1742 "2025-02-25T10:18:45Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![EthosLuke](https://avatars.discourse-cdn.com/v4/letter/e/46a35a/32.png) [@EthosLuke](https://community.noloco.io/u/EthosLuke)
#### Post date: [February 25, 2025, 10:18am UTC](https://community.noloco.io/t/find-a-record-in-workflow/1742/1 "2025-02-25T10:18:45Z")

</div>

Just after some clarity on the new “Find a record” option in the workflows, the wording makes it sound like it will only fetch 1 record - is this the case or will it actually fetch all matches?

For example, I am trying to notify all user’s of a certain role that action is required from them, if I do a “Find a record” for users where role = x and then use this step as the User list for the notification action will it notify all of those users or just the first one it finds?

 ![image](https://europe1.discourse-cdn.com/flex005/uploads/noloco/original/2X/a/a003fd3db9bd79289bafd038e4dc023ab02ea28a.png)

---

<div class="post-metadata">

### Author: ![darragh](https://dub1.discourse-cdn.com/flex005/user_avatar/community.noloco.io/darragh/32/12_2.png) [@darragh](https://community.noloco.io/u/darragh)
#### Post date: [February 25, 2025, 11:47am UTC](https://community.noloco.io/t/find-a-record-in-workflow/1742/2 "2025-02-25T11:47:18Z")

</div>

> [@EthosLuke](#):
>
> makes it sound like it will only fetch 1 record - is this the case or will it actually fetch all matches?

This is correct, right now it finds _one_ record (the first that match the conditions).

In the future we plan to add a ‘Find records’ action that you could use for your use-case

---

<div class="post-metadata">

### Author: ![thecasemaster](https://dub1.discourse-cdn.com/flex005/user_avatar/community.noloco.io/thecasemaster/32/1196_2.png) [@thecasemaster](https://community.noloco.io/u/thecasemaster)
#### Post date: [March 6, 2025, 5:49pm UTC](https://community.noloco.io/t/find-a-record-in-workflow/1742/3 "2025-03-06T17:49:25Z")

</div>

Are you using Noloco exclusively or something else, like Airtable, for your back end?

I was able to get notifications to send dynamically to different users/groups, though it took a little bit of figuring out. I can try and give some guidance. What is your database structure and what triggers the workflow?

---

<div class="post-metadata">

### Author: ![EthosLuke](https://avatars.discourse-cdn.com/v4/letter/e/46a35a/32.png) [@EthosLuke](https://community.noloco.io/u/EthosLuke)
#### Post date: [March 7, 2025, 9:02am UTC](https://community.noloco.io/t/find-a-record-in-workflow/1742/4 "2025-03-07T09:02:18Z")

</div>

In this instance the app is using Noloco tables, it’s no problem I have a workaround but a “Find records” would certainly help streamline things in the future.

---

<div class="post-metadata">

### Author: ![thecasemaster](https://dub1.discourse-cdn.com/flex005/user_avatar/community.noloco.io/thecasemaster/32/1196_2.png) [@thecasemaster](https://community.noloco.io/u/thecasemaster)
#### Post date: [March 7, 2025, 5:05pm UTC](https://community.noloco.io/t/find-a-record-in-workflow/1742/5 "2025-03-07T17:05:15Z")

</div>

There’s a way I have mine set up where I have tables with Leads, Properties, and Sales Reps. The Leads are linked to a Property and the Sales Reps are linked to various Properties. When my workflow runs, changes to the Leads trigger the workflow and then I have a repeating action that send notifications to every Sale Rep that is attached to the Property that the Lead is also attached to.

 ![Screenshot 2025-03-07 at 11.04.48 AM](https://europe1.discourse-cdn.com/flex005/uploads/noloco/original/2X/e/e9f69f5719139f7059b8d2e50e5259d039d07122.png)
