Hi everyone,
This is in continuation to one of my post that I had posted earlier in the forum which was about import excel you can have a look at it for better idea: Import from excel .
Previously I was creating different columns for each attribute (like if a user has worked on 2 projects then there will be Project1 Description1, Project 2 Description2), but now instead of creating separate columns for every single attribute I need to maintain just one column and if there are more than 1 value then mention in the next row


For example: In the above pictures a user with employee id : 12383
Has 2 values of Qualification associated which is
(Degree) HSC - (Institute) RR Shinde college - (Grade System) Percentage - (Percentage/CGPA) 69.5
(Degree) BE- (Institute) KSE - (Grade System) CGPA- (Percentage/CGPA) 8.7
Similarly user has more than 1 primary skills and the new skill is mentioned in separate row instead of comma separated like:
PowerApps
JS
Mendix

As you can see in the above picture there are two records and every new item (for a specific column is mentioned in new row like Qualification details (Qualification, InstituteName, Marks; PrimarySkills (every new skill is mentioned on a new line instead of comma separated) ). Now when the save is done like in case of John has 2 qualifications like BE, GED along with their institute name and marks should be associated with him (instead of creating a complete record) and it should only create a new record when it finds out in the new row line the FirstName, LastName are filled in otherwise associate everything with current record
So now if I want to store this data (once user uploads the file) and display it in Power Apps, how to do it is it possible , please let me know about and if there any other approaches do share them as well.
Regards,
Sidhant.