Hi all Bit concerned about transitioning to flow. I have a batch process I run every night it uses fetchxml to grab an array of assets in dynamics field service. It then runs a workflow on all cases (incidents) via fetch that counts breakdowns in last x months and updates a field on the asset. It pulls around 1500 assets and goes for just under 2 minutes however lately may be once a month I have a failure when it breaches 2 minutes otherwise it works well. I have tested in sandbox with flow however can take approximately 15minutes to complete, basically it: 1. Reccuring schedule trigger 2. List Records with fetch for customer asset and gets customerassetid 3. Apply for each 4. List Records using fetch for incidents (cases) by dynamically passing customerassetid to fetch statement and filter on incident type and date. 5. Update Record by doing length on List Records. It works however is very slow compared to my batch / workflow method. Am I using a poor flow method to complete task? Thanks Antc
I have the same question (0)