Hi Guys,
Can anyone help me on how to compare the datatable date with today's date and if it is greater than today's date it should send a mail if not no action required.
I tried in flow as ---> column_name lt 'expression(today(utcnow())' but getting wrong output.
Regards,
Roselin
Solved! Go to Solution.
@Roselin not sure which action you are using, so just refer below expression. Hope it gives you some direction
you need to format the dates so both the values are in same format, please try this.
------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
@Roselin not sure which action you are using, so just refer below expression. Hope it gives you some direction
you need to format the dates so both the values are in same format, please try this.
------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.
yes.. You are correct. After giving the correct format also its working as expected and it is not comparing old year dates. Here i am using Listrows activity and am using Microsoft Dataverse Datatable. I will add the related snap shot also for reference.
Date Format:
Hi, The date is comparing and providing expected output. I just changed the both date format to 'yyyy-mmm-dd'.
Its working fine.
Thanks a Lot
Regards,
Roselin
User | Count |
---|---|
25 | |
15 | |
14 | |
10 | |
9 |
User | Count |
---|---|
51 | |
29 | |
28 | |
25 | |
23 |