0
votes

Im designing a workflow in Sharepoint 2010 to run whenever users create itens or update itens... my question is how can i know if the item the fired the workflow was created or updated?

1

1 Answers

0
votes

Test if (Created == Modified)

If it is true then it should be created, otherwise it is modified.

That is, as long as you are not doing anything fancy with SystemUpdates or timestamps etc.