Good stuff. Thanks. On submitting the Power Page form, an entry should be done in the Candidates table in the Dataverse and FileName, URL & type of File (Certifcate, Resume) should be entered in Files table in the Dataverse. Then in the model driven app. When a Candidate name is clicked it should show the Candidate details as well as a subgrid with the files of the candidate. I guess the same Power Automate flow could add two records in the Files table. The entry into the Candidates table can be done through JavaScript on submit and the entries into the Files table can be done using Power Automate. Is my approach right or do you have some better suggestions? Thanks once again.
If you want to upload two files then you need to create two separate files (file data type) in dataverse. All this can done via part of file upload. No JScript needed at all.
@@abm4975 The error is not from Power Automate. In fact the Power Automate flow is not even getting kicked. The error is exception from the JavaScript code "Error uploading files.". This is only happening for larger files.
Hi
It's a very good video.
But in video voice sound is very low.
Could you please improve this.
Thank you
Ok next time. Thanks for the support.
Good stuff. Thanks.
On submitting the Power Page form, an entry should be done in the Candidates table in the Dataverse and FileName, URL & type of File (Certifcate, Resume) should be entered in Files table in the Dataverse. Then in the model driven app. When a Candidate name is clicked it should show the Candidate details as well as a subgrid with the files of the candidate. I guess the same Power Automate flow could add two records in the Files table.
The entry into the Candidates table can be done through JavaScript on submit and the entries into the Files table can be done using Power Automate.
Is my approach right or do you have some better suggestions?
Thanks once again.
If you want to upload two files then you need to create two separate files (file data type) in dataverse. All this can done via part of file upload. No JScript needed at all.
Hi
I have got another video regarding how to retrieve the files from SharePoint.
th-cam.com/video/berkmWoILaY/w-d-xo.html
@@abm4975 Thanks
@@abm4975 Thanks.
Is there a limit for file size? KB size files are uploaded fine. However, MB size files throwing error.
What error are you getting?
Try open the create file action step > settings > disable "Allow Chunking" from the Content Transfer.
@@abm4975 The error is from the Javascript "Error uploading files."
@@abm4975 The error is not from Power Automate. In fact the Power Automate flow is not even getting kicked. The error is exception from the JavaScript code "Error uploading files.". This is only happening for larger files.
Could you please give me bit more context about this? Where this JScript is implemented?