Re: Validate that a record is not created in a Dataverse table after 5 in the afternoon?
Hi @MarcoErlwein
You would need to do the following
1. Create a Flow (I dont know how often you want it to run of its one time so I say for now create an Instant one for testing purposes
2. Add a List Rows (dataverse action)
-Select the Table
-Click Advanced
-In the Filter you would do want to compare the Created Column with the Current Day 5:00:00 PM time so you need to generate a DateTime value
so you end up with
Created ge 'The DateTime value you created'
ge means greater than or equal to
right after the list rows you would add a Condition
In the left side of the Condition, put length('Insert the dynamic value property from the List Rows Action')
in the middle choose is greater than
in the right put 0
In the Yes part of the Condition, this would tell you that you had more than 0 rows created after 5PM today
on the No side, it would mean you had zero
That's who you would do it.
If I have helped you, I would really appreciate if you please Mark my answer as Resolved/Answered, and give it a thumbs up, so it can help others
Cheers
Thank You
Michael Gernaey MCT | MCSE | MCP | Self-Contractor| Ex-Microsoft
https://gernaeysoftware.com
LinkedIn: https://www.linkedin.com/in/michaelgernaey