Is it possible to read and check if there is no data in the excel document inside a microflow?

0
Hi All, I have an issue where we are creating an excel document inside a microflow, but in some cases there are no records inside the excel that was created. Is there any way to read the excel and check if there are empty records in it?
asked
2 answers
0

If you create the Excel sheet yourself would it not be wise to do a retrieve first of the objects you are putting in the Excel template and if no records can be found skip the creation part?

Otherwise create a Java action that checks the metadata of the Excel.

Regards,

Ronald

 

answered
0

Not really sure what’s going on internally, but technically you can create an import template using the “excel importer” module from the marketplace, and check if this contains objects?

answered