Hi there,
I have a business case where I am building a portal for a bank where users can submit account opening request through power pages site I created. There I have a form and a attchment (everthing is custom coded using HTML CSS JS)
Now when it comes to WHERE to store attchments submitted by user becasue of these questions:
1. dataverse table file type column can add only single attchment (I guess)
2. If i'm allowing user to edit the form they submitted then I'm not getting URL of that attachment I added in dataverse becasue I'm getting base64
3. I'm thinking about to use Sharepoint but there I think if i use any site, only internal users can access those site and customers can not access the site so even i put the document in SharePoint and store that link in my dataverse table. When customer click that link, they can't open and here we dont want to add them as an external user on our tenant
Please let me know the best way to manage these. Thanks 🙂