Hi,
Any kind soul pls enlighten me on how to call a Python script on my OneDrive from Power Automate Service (not desktop)? Thks!

Hi,
Any kind soul pls enlighten me on how to call a Python script on my OneDrive from Power Automate Service (not desktop)? Thks!
A wild idea - I'm wondering if it's possible to somehow "transfer" your Python script from OneDrive to a Python-based Azure Function. Then you can add a HTTP request action in your flow to trigger that Azure Function.
Azure Functions requires an Azure Subscription. If you don't have an Azure Scription yet, you can create one for free. Azure Functions is quite cheap with the Consumption Plan, besides you get monthly free grant of 1 million executions.
Just something for you to consider.