Event banner
Microsoft Information Governance and Records Management AMA
Event Ended
Tuesday, Mar 29, 2022, 09:30 AM PDTEvent details
We are very excited to announce our Microsoft Information Governance and Records Management AMA!
An AMA is a live text-based online event similar to a “YamJam” on Yammer or an “Ask Me Anything”...
Trevor_Rusher
Updated Mar 29, 2022
NRuest
Mar 29, 2022Copper Contributor
Hi,
I'm trying to build an automation in SharePoint that moves documents from a source library to another one when a specific retention label is applied.
The problem is that I am not able to use any odata filter query or condition on the retention label column.
Any idea how to get this to work?
- Roberto_YglesiasMar 29, 2022
Microsoft
You should be able to filter on the internal name of the column "ComplianceTag".- NRuestMar 29, 2022Copper ContributorI tried that and it replies "Column does not exist"
- EricaToelleMar 29, 2022
Microsoft
For oData it might be _ComplianceTag (with an underscore at the beginning). Does that work?