Mapping fields missing in Test Data

Hi,

I’m trying to search for record in Airtable and using a formula specifying a value from a previous step

{email}=VALUE

The problem is, the first bundle found in the previous step doesn’t have this field to map to. I cant manipulate the previous step to display another record.

I’ve tried a filter step to take the 2nd bundle only but this doesn’t work. I’m only shown the first bundle. How do I get around this please?

Cheers

Hi @Jason_Jakarta

if the field is for example “email” and you can’t map it cause you can’t see it, you can type {{1.email}} , (where the number is the number of the module the value comes from).

Should do the trick.

2 Likes

That’s great. Thanks for your help. Worked perfectly and very useful to know

1 Like