Hi all,
i search a way to validate an excel file after Portal User uploaded in dynamics portal. What is the best way to validate an excel file after upload? Is there a "easy"-way to make simple checks like "Cell A8 be no greater than 50" or the textvalue in Cell A1 must be "XYZ" etc. and give error massage back to the User. I know we can develop a plugin with the validation logic but maybe there is a simple way with ms flow? Can i read excel file with ms flow after a excel file is attached in dynamis forms, then read the rows and cells with MS FLow, and then make my check rules?