Hello Flow Experts,
Hope you all are doing great...!!
My requirement is that whenever an account records is created in dynamics 365 then it's name folder should be created in Sharepoint with it's account number and if it has any custom entity as child record available then that child entity's record that is connected with that account record so it's name's folder also need to be created as a sub folder in that account record's folder.
So for that i created a custom entity and made relationship with an account entity as N:1 so i have created two different flows where one of them is creating a folder in sharepoint when an account record gets created and another is creating a folder when that custom entity's record gets created but here is the catch i want a folder structure like this as follow.
"Account(Base Folder) > AccountName with it's Number(Account Record's Folder) > Custom Entity's Record (Custom Entity's Record's Folder That Has Relationship with An Account as N:1) " (I am not able to form the connectivity i.e relationship of these both entity in flow).
Looking forward to hear from you as soon as possible ...!!
Account Entity's Flow
Custom Entity's Flow