[Solved] Using VLookup in Airtable to display a picture

@thestrengthinstitute
Retrieve the column of exercises. Search through the returned list for the first occurrence of that exercise,

that is the row number

first
save the active exercise to a variable named tempActiveExercise

then
call airtable and get column ExerciseName, save this to a variable named allExerciseNames. now allExerciseNames is a list of all the cells (or exercises) in the column ExerciseName.

next

in list allExerciseNames, find the first occurence of tempActiveExercise

save this result to a variable named tempRowNumber

use tempRowNumber in your Airtable call to retrieve the image.

get cell
in row (tempRowNumber)
in column (“ExerciseGIF”)

then i reread the entire post so i made this

_remixThisProject