Hello Team.
I have created a workflow with user interface with StartDate and Endate.
I want to pass parameter using batch script.
My workflow should accept input from batch script and get executed.
No need for the user to select date manually.
Attaching workflow for the reference.
If you are able to create a .bat file with power automate (assuming you are using an on-premises data gateway to do that) why not have power automate create/update a .txt or .csv file and have your workflow read in that text file to pull parameters from.
@SPetrie
I am not creating a bat file on Power Automate.
I am calling to execute the bat file from Power Automate.
And to filter data, I need to pass the parameter and then execute the workflow.