CRM 2016 On-Premises
I have a custom entity with a text file uploaded into each record 'notes' .
I'm trying to grab the 'file' from annotation, open it and read it in a custom workflow with something like File Stream. I'd like to read the file directly from CRM rather than write it to disc
These text files are uploaded to CRM and contain multiple data records that I need to process into different entities, hence the need to be be able to open each 'attachment' read and process it through a workflow.