Forum Discussion
Missing columns in "Get changes for an item or a file"
- Jun 13, 2022
I did a test and I also do not see the approval status field available in the Has Column Changed set of available columns. It's tricky because in other areas, it's titled Content Approval Status, and of course the internal name of that column is actually ModerationStatus. See:
I have a workflow that does not use the Get Changes method, but instead just puts a trigger condition on the first action "When a file is created or modified". The condition is:
@equals(triggerBody()?['{ModerationStatus}'],'Approved')Maybe you could accomplish what you need this way?
I did a test and I also do not see the approval status field available in the Has Column Changed set of available columns. It's tricky because in other areas, it's titled Content Approval Status, and of course the internal name of that column is actually ModerationStatus. See:
I have a workflow that does not use the Get Changes method, but instead just puts a trigger condition on the first action "When a file is created or modified". The condition is:
@equals(triggerBody()?['{ModerationStatus}'],'Approved')
Maybe you could accomplish what you need this way?