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 flow, ill get an error bc Designer does not install the packages automatically.
Thanks for your help!