Hi All,
From Alteryx I am connecting through SQL Server ODBC Data Source and writing data into SQL Server tables.
I have columns CREATED_BY and CREATED_DATE for each tables.
For CREATED_DATE i will use DateTimeNow() in the formula tool.
But for CREATED_BY, how can i get the user who is connecting and running the workflow to insert records in the database tables.
While using the output tool and connecting to SQL Server, I am giving the credentials to connect.
How can this user name be collected dynamically and inserted to the columns. Is it possible?
Please help me.
Thanks,
Preethi