1

Is it possible to do something like an SQL query within SP Designer workflows?

e.g I want to do something like "SELECT * FROM list-a WHERE client-id = current-clients-id".

or can someone suggest a different way of approaching the problem

Help much appreciated

1 Answer 1

-1

You cannot run SQL queries within a SharePoint Designer Workflow. But it can be possible when you create an Externel List of the SQL table and use that list within your SPD workflow. This can be done using BCS, external content types and an external list.

1
  • is is possible to do something like that? i'm looking for something like the 'WHERE' feature really Commented Feb 7, 2012 at 16:49

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.