Hi!
I'm facing issues with the "Query XML" action. It is executing extremly slow. It needs minutes to complete even though the XML is rather small:
<Item>
<MiejsceKontroliStatus type="System.String">USZKODZONY</MiejsceKontroliStatus>
<MiejsceKontroliElementOk type="System.Boolean">False</MiejsceKontroliElementOk>
<MiejsceKontroliZdjecie type="System.String">&lt;a href=&quot;https://image_URL&quot; target=&quot;_blank&quot;&gt;&lt;img width=&quot;400&quot; src=&quot;https://image_URL&quot; /&gt;&lt;/a&gt;</MiejsceKontroliZdjecie>
<MiejsceOpis type="System.String">Some description</MiejsceOpis>
<MiejsceKontroliOpis type="System.String">Some description</MiejsceKontroliOpis>
<MiejsceStatus type="System.String">USZKODZONY</MiejsceStatus>
<MiejsceZdjecie type="System.String">&lt;a href=&quot;https://image_URL&quot; target=&quot;_blank&quot;&gt;&lt;img width=&quot;400&quot; src=&quot;https://image_URLg&quot; /&gt;&lt;/a&gt;</MiejsceZdjecie>
<RejonMiejsca type="System.String">Some string</RejonMiejsca>
<IDMiejsca type="System.String">Some ID</IDMiejsca>
<MiejsceKontroliReakcja type="System.Boolean">True</MiejsceKontroliReakcja>
<CzestotliwoscMiejsca type="System.String">Tydzień</CzestotliwoscMiejsca>
<MiejsceKontroliUsterka type="System.String">Some description</MiejsceKontroliUsterka>
</Item>
The xpath queries I'm using are not complex either, ex.: "//IDMiejsca".
I have to admit, I never faced such issue before. Execution of five actions takes around 30 minutes (!!!)
Any suggestions?
Regards,
Tomasz