Hello,
I've built an AI model which reads data from a structured form. From this form I collect two entities which are linked, for the sake of this example I'll use account and contact. The datamodel looks as follows:
Account -> Contact -> Plan
The form I read and built a flow for is a plan. Everything works exactly how I want it to, but now I've ran into a problem.
I want to collect all attachments and automatically save them to the sharepoint location that's allocated to the plan. Considering the accounts, contacts and plans have a structured name, I was able to make a flow that finds the correct path in sharepoint for the folder.
However, the problem is that the folder isn't created until a document is uploaded through dynamics or the location is opened through dynamics.
My question to you guys is, am I missing a setting in Dynamics that creates the folder in sharepoint upon record creation rather than location opening/uploading?
Kind regards