Hello,
I have a task at hand where I'm exploring the feasibility of implementing a plugin using a low-code using Dataverse Accelerator (Power Fx).
The main objective is to prevent users from uploading files that do not conform to a predefined list of allowed file types stored in a dedicated table within Dataverse.
In simpler terms, before creating a file in the Annotation table, I need to extract the file's MIME type and verify that it exists in the list of allowed MIME types within the dedicated Dataverse table.
Do you believe this implementation is achievable through the low-code approach?