Hi, I would like to create the flow and send an email notification, getting data from SharePoint. table looks like this.
Id Country code values dates reporter
1 Portugal 1 1 30/02/2020 mouse
2 Portugal 1 2 30/03/2020 mouse
3 Sweden 2 1 30/05/2020 ninia
so if Country and code are the same, I want to group and find max number in values column and check if dates are greater than 90 days from current day., and I would like to send email to reporter. so in this case, id 2, and id 3 need to be sent to reporter.
does anyone can put me on the right track?
Any feedbacks are welcome.
Thank you