0

I am solving a problem in PowerAutomate

I have a document library in which documents are placed. Each document on the value in the column Validity to. I need to solve the following: validity is less than or equal to -30 days but not less than -14 days

I use the following : addDays(utcNow(), -30)

flow screen

I expect a range less than or equal to 30 but not less than 14

jleture
  • 538
  • 1
  • 4
  • 11

1 Answers1

0

Please add another condition, which is an "And" relationship with the previous condition: enter image description here