Validation from flow action, I need to make some validations
Hello,
I want to build some requirements in Flow action (validation):
1. If you fill in the first row (date), than the second row (date) is required; 2. The time of the second row can not be earlier than the time of the first row; 3. If you fill in the third row (date), than the fourt row (date) is required. 4. The time of the fourth row (date) can not be earlier than the time of the third row (date).
So I got 4 validations for my dates/rows in total, see attachment.