
Announcements
Hello,
Can Plugin execute on import of excel file, update data on excel online?
if not what would be better approach to validate data in excel file and excel online?
Thanks,
Hi @Shafdev
Ultimately your data import/update in Excel online will result in the attempted creation/updating of record(s) in Dataverse. So I would suggest writing your plugins for the target table against the Create and/or Update messages instead so that it triggers as each record is created/updated. Unless you have a specific need to validate the entire file, which I'm not sure is possible and, if it was, whether the same message/request would be applicable for both the data import and the update in Excel online.