How to use the ExecutePython Connector
- Create a new flow
- "Add an action" and search for python
From the result select "ExecutePython"
2b. If it is being used for the first time then the API key is needed to be added
The key can be found in the Profile page of the portal Profile
- Fill in the python code
The results can be passed back to the Flow using a variable named output in json format.
- How to use the result:
Using the first match in some other action:
outputs('ExecutePython')?['body/output/result']
- Result