Skip to main content

Updating Record Based on Python Function

  • December 19, 2019
  • 1 reply
  • 30 views

Forum|alt.badge.img+6

How can I execute a Python function based on variables from Airtable fields and then update the record based on the function’s result?

Thanks in advance.

1 reply

JonathanBowen
Forum|alt.badge.img+18

Hi @Tiberius - have a look at this post. It has some example Python scripts for reading data from AT, then updating fields after some processing (in this case, translating text). In this example, I run the Python in a Zapier component, but, if course, it would work equally well as a Python script run from a server.

Hope this helps.

JB