Jul 2, 2024
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
Add a new property. Choose the correct type. The Python Tool supports Text, JSON, Single Select, and Multi Select properties.
Select Python Tool. From the list of tools, select Python Tool.
Add variables. Use @ to select and add variables based on other properties.
For a detailed guide, visit our documentation.
Bill Leaver
Product manager