RegexFlow ExecutePython (Preview)

ExecutePython enables users to use Python's functionality in their Flows.

This connector is available in the following products and regions:

Service Class Regions
Logic Apps Standard All Logic Apps regions except the following:
     -   Azure Government regions
     -   Azure China regions
     -   US Department of Defense (DoD)
Power Automate Premium All Power Automate regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Power Apps Premium All Power Apps regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Contact
Name RegexFlow Support
URL https://www.regexflow.com/
Email support@regexflow.com
Connector Metadata
Publisher Epicycle
Website https://www.regexflow.com
Privacy policy https://regexflow.com/privacy_policy
Categories Content and Files;Data

Creating a connection

The connector supports the following authentication types:

Default Parameters for creating connection. All regions Not shareable

Default

Applicable: All regions

Parameters for creating connection.

This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.

Name Type Description Required
API Key securestring The API Key for this api True

Throttling Limits

Name Calls Renewal Period
API calls per connection 100 60 seconds

Actions

ExecutePython

Executes the Python (v3.10) script received in the body of the POST request. Only the built-in modules and openpyxl are available. The script has to put the intended results into a JSON variable named output.

ExecutePython

Executes the Python (v3.10) script received in the body of the POST request. Only the built-in modules and openpyxl are available. The script has to put the intended results into a JSON variable named output.

Parameters

Name Key Required Type Description
python_code
python_code True string

Returns

Name Path Type Description
isSuccess
isSuccess string

isSuccess

error
error string

Description of the error.

output
output object

value of the output variable in the python script is available here

caution
caution string

caution