Hi! I am very new to Microsoft Power Automate (or Flow??). I am not a programmer so my apologies in advance for any silly query. I am trying to build my very first workflow to compile a daily digest of any change to a SharePoint folder (reporting only on added/modified/deleted files), and to post one daily message on a channel in Teams (+send an email to the mailing list).
I managed to put together the workflow presented here, largely inspired from examples found on the web. It fires properly, does not return any error, and posts in Teams. BUT:
1) the variable FilesListHtml does not seem to pick up any change to my folder;
2) the 'Send an email notification (V3)' module does not send any email.

(Overall overview of the workflow)

(Zooming into the first part)

(Zooming into the second part)
concat expanded: concat('<li><a href="',item()?['{Link}'],'" >',item()?['{FilenameWithExtension}'],'</a></li>')
Result of the posting in Teams:
"test
000
Documents/General/
XXX.XXX@XXX.com
2020-07-23T00:00:00.0000000Z"
I don't know what I am doing wrong... Would anyone have any idea please? this would be so helpful.
Thank you!! S.