Closed
How to insert a new row into a SQL table, by taking data from the user(Via a Windows Form)
I am able to insert new rows with preset values into the table using SQLquery, I want to do this via taking values from windows form(user).
Will this need scripting or there is a inbuilt functionality to handle this?
Thanks
Ameya
You can simply hook up your query component to the windows form in your automation. Do you have a specific automation that you have tried that is not working? Would you please post screenshots of your automation?