Help

Re: How to find matched items?

789 1
cancel
Showing results for 
Search instead for 
Did you mean: 
weschado
5 - Automation Enthusiast
5 - Automation Enthusiast

Hi everyone!
I have a problem to solve =/.

I need to find matched items between BUCKET and PERSONA tasks, but I don’t know how to do this.

image

5 Replies 5

That’s going to be a tough one to achieve in a formula field because Airtable doesn’t provide any sort of iterator functions for the formula field, where you could step one-by-one through the linked records and check them against another field.

If you are using, or are planning to use a “Pro” subscription, this could definitely be done with the Scripting Block – I’d suggest exploring that route.

I thought there was a native way of doing this =[

What do you mean by “native”? Technically, the Scripting Block is “native” - it is a tool built by Airtable that is baked into the product, and can be used for complex manipulation of records like you are wanting to do.

I mean “native” as an option or formula. I’m not a code person, but I will look for some script to do this.

Thanks for your help!

Hi @weschado

How about you check the Tasks table? There should be 2 fields that are linked back to the Buckets and Persona tables. So if Task 100 is in Bucket 01 and Persona 02, they will be both present side by side.

another option would be to have a staging table where you have the primary field be a formula between the Persona and the Bucket for example?

I really dont know what you are trying to achieve with this so I can’t help you much.

But of course, @Jeremy_Oglesby suggestion for using the Script Block (which is free till September 2020) would help you a long way. We have many great community members that are offering their services in scripting for a very reasonable price.

BR,
Mo