Create Folder On Share Point by using Power Automate In Dynamics CRM
1-Flow trigger When contact is created
3-Use SharePoint Connector and take create a new folder action. In the Site address and Library pass the variables and in the folder, the path gives the folder name, whatever you give the path will create a folder accordingly. (here I have given FULL NAME_GUID ) In replace expression I have replaced Guid '-' with ' '.(replace(toUpper(triggerOutputs()?['body/contactid']),'-',''))
4-After Creating the folder we need to retrieve the parent site document location for the contact for creating a new document location.
Comments
Post a Comment