Hello,
Very new to all this so apologies right at the start.
I have a Python script running on a work Linux box, it sends a message to a group Teams chat with some info via Power Automate (cloud). This all works fine and really I could just leave it at that. However what would be really nice is if there was a way for the recipient of the message to click a 'do not accept' button to prompt the python script to run again and deliver different info (it's a password generation tool and they are reasonably fussy about what words are included in the password, though I'm working from a pretty safe word list). I can see how I might set up a flow that is triggered by receipt of a form response (though I don't know how to specify a response from a particular form), but I have no idea how I would then get Power Automate to run my Python script which is hosted on a Linux server here on my work network. Perhaps that isn't possible. If it isn't then is there a way to host the Python script on Power Automate and run it from there?
Thanks,
Guy