Change a CELL value based on another CELL value

Hey Guys, I have a list of items that I want to update a single CELL of the specified item.

I just want to update the “Likes”, to see how many likes that image get, but i have around 100 rows with images.

If there is another way easier to do the “Like” function, please tell me!

Hey @Choske

When you say:

Do you mean you want to get the number of likes from the column labelled “Likes”?

Could you use something like this approach?

Hi @domhnallohanlon!

Thanks for the reply.

I want to update the likes amount (so the users will like it only once)
and also show it on the respective image, how many likes that image has, I guess in this case I can perform a vlookup as you mentioned, I will try it later, thanks!

Just for you understand my app.

I have a list of item on a AirTable, and in a screen i have a webviewer with the url of the item, so when i press NEXT ITEM, I update a variable according to the number of the row, so the user can navigate between all the items.

My main point here is, how can I update the LIKES value from an specified item just in LIKES column?