Hello Community!
I'm looking for some advice (step-by-step instructions) how to pass a dynamic parameter/field to a Stored Procedure during execution time?
Background: I have a Stored Procedure that looks for the following parameters (@d_startDate, @d_endDate...) during the execution.
Outcome: I need to declare the Start Date as today's date minus N number of days. (example using SQL: GETDATE()-30) The same goes for the End Date where it needs to be set similarly so it can query the right amount of data within the rest of the workflow.
Question: I read some posts where it seems like I can use a Dynamic Input to accomplish this, but I haven't had any luck making it work. Has anyone had any luck passing dynamic parameters in Alteryx? Can you help explain or post screen shots of how to get it to work?
Thanks!