Hi everyone,
Currently to take in user inputs for registration purpose I am using a simple form structure where in user can enter the details as required.
For example: Qualification
There is a gallery wherein I am showing all the data that the user has entered:
Now to make this more simpler what I want to do is add a button named Import from File, where in there will be the qualifications details for the user and using the file that is uploaded it should save all the details similar how we did using the form (which should be associated only for the current user not others: for which in case of forms I have used the MS365.Id and the Employee Id field).
Filter(SkillMatrix_Certifications,EmployeeId= Office365Users.MyProfile().Id)
My form has multiple sections like certification details, project details, skills, qualifications. So currently I am trying to import one section from the file, but later on if we have to import all the data in their respective field like qualifications should populate in its field not others, how to do that (is it part of AI builder) - {this can be done later}
For now I am focusing one part (qualifications}, in this case if anyone has any idea on how to solve this please do reply it will be helpful.
Regards,
Sidhant.