Hi folks,
I am not able to convert the fetch xml to odata query in mscrm flows.Please find below fetchxml condition and provide me odata query.
fetchXML :
<filter type="and">
<condition attribute="statuscode" operator="eq" value="180520000" />
<condition attribute="createdon" operator="last-x-days" value="5" />
<condition attribute="createdon" operator="olderthan-x-days" value="1" />
<filter type="or">
<condition attribute="qa_errorlog" operator="like" value="%Contact doesnot exist in D365 CRM%" />
<condition attribute="qa_errorlog" operator="like" value="%contacts donot Exist in D365%" />
<condition attribute="qa_errorlog" operator="like" value="%ContactDoesNotExist%" />
</filter>
</filter>
Regards