I have got following problem:
I would like to retrieve some data using Query Get Results and FetchXML field. These are my dynamics filters:
This filter I am getting using Get Record ID from WorkflowTools:
<filter type="and" >
<condition attribute="opportunityid" operator="eq" value="{Record ID(Oppt ID)}" />
</filter>
or
<filter type="and" >
<condition attribute="opportunityid" operator="eq" value="{Record URL(Dynamic)(Opportunity)}" />
</filter>
Both filters do not work -> Query Get Results throws an error. If I filter using hard coded GUID then it works. What is the problem?