Hi all,
I want to create a workflow that triggers only when the content of a document is modified, but not when the properties are.
I tried using the "When an item or a file is modified" but it also triggers when a property is modified, which we do not want.
EDIT (for more precisions) :
We added our own "Status property" to the documents, and we want it to be updated to a specific status when the content of a document is modified.
Do you have any hints please ?
Is it only possible to achieve this ?
Thanks in advance
@Anonymous
Have you tried When a file is created or modified in a folder?
Thanks for your suggestion, but it seems I cannot fetch the document ID with this trigger, and I need it for the next actions.
Here are more details :
We added our own "Status property" to the documents, and we want it to be updated to a specific status when the content of a document is modified. So we have to fetch the document ID too, and it looks like it's not available in this trigger.