Reuse database connection string variable between steps
Below is the reusuable workflow where I wish to create a connection string to DB ConnectionString
in one step and use it in all other subsequent steps so there is no redundancy of code.
Below is the reusuable workflow where I wish to create a connection string to DB ConnectionString
in one step and use it in all other subsequent steps so there is no redundancy of code.