I am building a workflow custom activity, which requires accessing a user defined database table to pull out data and put into a dropdown list. I could hardcoded the underlying connection string but I would like allow user to choose an existing data source that like in "Query Data" activity or even a customized query following it. How can I achieve this inside the custom activity? Let me know if anyone has did this or point out it's not possible.
Thanks.