Hi @mhambalek,
Do you want to send you an email with a daily summary of Files uploaded to a library?
Could you please share a screenshot of your flow's configuration?
I have made a test on my side and please take a try with the following workaround:
- Add a Recurrence trigger, Interval set to 1 and Frequency set to Day. At these hours set to 18.
- Add a "Get files (properties only)" action, specify Site Address and List Name.
- Add a "Filter array" action, From set to output of "Get files (properties only)" action. Click "Edit in advanced mode", type the following formula:
@equals(formatDateTime(item()?['Created'], 'MM/dd/yyyy'), utcNow('MM/dd/yyyy'))
item()?['{Name}']
The corresponding value of second entry set to following formula:
item()?['Created']
The corresponding value of third entry set to following formula:
item()?['Author']?['DisplayName']
The corresponding value of forth entry set to following formula:
item()?['{Link}']
- Add a "Create HTML table" action, From set to output of "Select" action.
- Add a "Send an email" action, Body field set to output of "Create HTML table" action. Is HTML field set to Yes.
Image reference:

The flow works successfully as below:

Best regards,
Kris