An extension of Example: Netflix-style UI with a script, here we use OMDB API in the Scripting Block, to grab the Runtime/Duration of a given film from a given Airtable:

Could of course be used with any API service, with a bit of adapting.
Todo:
- add a max_count so that it doesn’t hit the API’s rate limits e.g. simply change line 20 to
for (let record of result.records.slice(0,1000)) { - add error handling (currently, if film is not found, the script simply skips to the next row).
