• Java Not Found Error in Python Operation

    We wanted to extract data in table format from PDF with Python Tabula. We installed all the required dependencies and packages for Tabula, installed JDK 1.8 and updated environment variable. However, when we debug the python operation and we got Java…
  • Import Packages in a Python Operation

    Im currently trying to create a new Python Operation for one of my Flows. For my Operation to work I need to import some packages like: import requests import json Is there any possibility to install them in my Designer? If Im trying to debug the…
  • python win32com fail?

    Hi guys, I have a very weard case with a python action. The case is that I have to convert from xls excel file to xslx. The xls is not pure xls, it has rubbish and after trying to use openpyxl and other, it works fine with win32com, in fact this is…
  • Python script in OO

    Hi All, If anyone implements an execution of pytjon scripts within a flow ? How to approach that? I am looking to call the script as file and call the script within variable tab in command mode. Is that possible? Thanks.