Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Passing Parameter on Interface using batch script.

Jafar
7 - Meteor

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.

 

11 REPLIES 11
SPetrie
13 - Pulsar

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.

Jafar
7 - Meteor

@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.

 

Labels