Dataverse bulk delete today records
2021-12-07
<fetch version="1.0" mapping="logical">
<entity name="cr98a_userinformation">
<attribute name="cr98a_hkid" />
<attribute name="createdon" />
<order attribute="cr98a_hkid" descending="false" />
<filter type="and">
<condition attribute="createdon" operator="last-x-days" value="1" />
</filter>
<attribute name="cr98a_nameen" />
<attribute name="cr98a_userinformationid" />
</entity>
</fetch>