I have installed in our SharePoint server a third party Time Sheet system. Part of this app has a connector which allows the time sheet data to be used in other lists. I have checked the connector and all the data fields I need are being passed into My Flow. The parent data contains the user and the project data, and there is one field called TimesheetJSON which contains the hours, and the tasks as they pertain to the projects. What I need to do is pull out the records which are stored in the JSON field and combine that data with the parent data. And build a summation report (list) which tabulates the users work information each month. I am very green when it comes to Power Apps and flows, so will need to take baby steps to get this system running.
Oh, the connector is populated whenever a user in the Time Sheet app confirms a submission of hours. The connector then populates and this is what sets off the flow.
Any examples or help would be greatly appreciated. I have contacted the vendor who made the Time Sheet app and they pretty much are not telling me how to make a flow or organize the data beyond just populating the connector.