Working with APIs - Sports Related App

hey guys sorry to interfere here but I would have a question for @Jici.

in the example that you posted (btw thanks, it’s a most efficient solution), we retrieve the data API as a list. but what if I want to manipulate the data of the NBA players list? E.g. I want the Players league standard → heightMeters, to be:

  • 0 if heightMeters <=2
  • 1 if heightMeters > 2

i.e. if I now have a text element with the dynamic expression “Current cell’s Get players league Standard’s heightMeters” it gives me either 0 or 1.

hope I was clear enough. thanks again