Help

Save the date! Join us on October 16 for our Product Ops launch event. Register here.

How to update a count based on data from another record

Topic Labels: Automations Formulas
Solved
Jump to Solution
394 4
cancel
Showing results for 
Search instead for 
Did you mean: 
JeffJohnVol
7 - App Architect
7 - App Architect

Can someone give me some advice on how to update the yellow columns as shown in the example below?

I have a fillout form that the approvers can update the approval status of the applicant. On saving and the record gets updated, I'd like the counts updated.  Would I do this on an automation of a record update of the member approval table?

 

JeffJohnVol_0-1725660216118.png

 

Jeff Johnson
President, ChattLab Makerspace
1 Solution

Accepted Solutions
TheTimeSavingCo
18 - Pluto
18 - Pluto

Given that "Applicant"'s a unique ID common to both tables, I'd recommend linking the records in those two tables together, and then using a conditional Count field to display the value you want:

Screenshot 2024-09-07 at 9.53.37 AM.png

Screenshot 2024-09-07 at 9.54.10 AM.png

Screenshot 2024-09-07 at 9.54.12 AM.png

 

   

Link to base

See Solution in Thread

4 Replies 4
TheTimeSavingCo
18 - Pluto
18 - Pluto

Given that "Applicant"'s a unique ID common to both tables, I'd recommend linking the records in those two tables together, and then using a conditional Count field to display the value you want:

Screenshot 2024-09-07 at 9.53.37 AM.png

Screenshot 2024-09-07 at 9.54.10 AM.png

Screenshot 2024-09-07 at 9.54.12 AM.png

 

   

Link to base

That makes sense, though I'll need to see how to link the records since the application record is first created, then the other approval records are created as an automation. It's a chicken/egg thing, unless you're able to define a link and then it associates itself after the approval records are created.  Does that make sense?

Jeff Johnson
President, ChattLab Makerspace

Ah since you're creating the records via an automation that's linked to the triggering record, try: In your "Create Record" action add the linked field to "Applicants" and put in the triggering record ID

That worked.  Thanks!

Jeff Johnson
President, ChattLab Makerspace