I have a strange issue that I can’t seem to solve.
I have a workflow that goes like this;
Get Outlook email
Save attachment
Path exist (to check that the file has been saved correctly)
Flow desicion
Read the downloaded attachment
Flow desicion (if rows.count >0)
proceed with workflow
in the end clean up and delete processed file and email.
If I run the flow from studio - both normal run and debug mode the flow goes through without any issues.
But if I execute the flow from Robot tray it exits the flow after downloading the attachment but before it proceeds with workflow.
it tells me that the read range and the following flow desicion probably is the sinner, but why? the exact same workflow gives two outputs depending on the execution.