Jul 2, 2024

Run Python code directly in V7 Go

Run Python code directly in V7 Go

Drop down box selecting "python code" in V7 Go
Drop down box selecting "python code" in V7 Go

You can now execute Python code as part of your V7 Go workflows. Instead of using AI models for all tasks, add the Python Tool and write custom code snippets.

  • Access Python libraries. You can use the Python Tool for specialized tasks, such as parsing web-scraped content with BeautifulSoup4 or performing data manipulation with Pandas.

  • Get predictable and deterministic results. Generate consistent and controllable outputs to make your workflows more reliable in a production environment.

  • Reduce token consumption. Traditional code can sometimes provide a more efficient solution and will help you reduce the unnecessary expense of AI models.

How to use the Python Tool

  1. Add a new property. Choose the correct type. The Python Tool supports Text, JSON, Single Select, and Multi Select properties.

  2. Select Python Tool. From the list of tools, select Python Tool.

  3. Add variables. Use @ to select and add variables based on other properties.

For a detailed guide, visit our documentation.

Bill Leaver

Bill Leaver

Product manager