In this article, let us see how user details including user picture could be captured and saved onto SharePoint as documents using
PowerApps and Microsoft Flow.
Here is the detailed scenario: User details like Name, picture, etc. needs to be captured and documented, and has to be made available on SharePoint. This process could be automated with the help of Office 365 SharePoint, PowerApps and Microsoft Flow.
The following points depicts this automated flow.
- Using PowerApps, Custom Form needs to be created showing the required fields.
- Microsoft Flow will be used to capture the information entered into the Form.
- The flow once captures the information, it will format the data and creates the document, before saving it to SharePoint.
- Creation of documents is not straight forward approach. So in this case HTML file needs to be created. [The proper formatting could be done by taking HTML file creation approach.]
- Then HTML file is converted into required format. Then the target document could be uploaded into SharePoint library.
Note: One Drive for Business connectors provides necessary actions for creation and conversion of documents. The same will be leveraged in this samples.