I am trying to put some logic in a workflow that updates a list item wherefield1 = x and field2 = y. How do I do that?
<Query><Where><And><Eq><FieldRef Name='City' /><Value Type='Text'>Tallahassee</Value></Eq><Eq><FieldRef Name='State' /><Value Type='Choice'>Florida</Value></Eq></And></Where></Query>
Ok, I will take a look at where to put that. I have been using the GUI intefacefor all of my workflow, but I would love to get more under the hood. The GUIonly lets you do so much!
nested If condition..................
I must have missed this post! Is the nested If condition an included part of theSPD workflow?I saw a tutorial to add custom workflow actions to SPD, but couldn't get thecode into my VM. Will try again today if I can't figure out the nested If.
As far as I know, spd workflows don't support nested if condition. Thereis something called workflow Powerpack or so, which would allow you to writecustom C# code in SPD workflow.