Hi,
Trying to create a workflow for the Users, like I have one table in SQL server database and the table has 2 columns (FirstName, LastName),
Now, I want to create something that users can just pass the parameters like they can just enter the FirstName and lastname in the Text box tool and it should be insert as new row to that table.
Please advise!
Many thanks..