Skip to main content

How to use the ExecutePython Connector

  1. Create a new flow

create a new Flow

  1. "Add an action" and search for python

From the result select "ExecutePython"

Select ExecutePython

2b. If it is being used for the first time then the API key is needed to be added

Add API key

The key can be found in the Profile page of the portal Profile

GetSubcriptionKey

  1. Fill in the python code

The results can be passed back to the Flow using a variable named output in json format.

fill in the python code

  1. How to use the result:

Using the first match in some other action:

outputs('ExecutePython')?['body/output/result']

using the result in other actions

  1. Result

result