Hello,
After several attempts to understand how to do it I came here to ask you a hint.
I have several sharepoint lists with the data updated daily. The lists's structure is identical.
I would like to analyze each sharepoint list column, e.g. if the maximum of the column values less then a week of the year, and if the condition is true send e-mail to the user:
- IF condition is true THEN send e-mail to the user OTHERWISE do nothing
I was thinking to create parallel scheduled flows for each list, but I couldn't analyze even a column in the flow.
What would you suggest?