Integrating with n8n

I’m using n8n platform. I used the command line API to launch the macro within n8n but I don’t know exactly how to get the return data to tell n8n that ui vision has finished running the macro. Can anyone show me how?

Does n8n allow you to run a Powershell or Python script and read its output? If yes, I have a solution for you.

It can’t run Powershell but it can run Windows Command, Python script or HTTP Request

Python is a good solution: Call this script from n8n, it will start the ui vision macro and then check for the result.