Hi @Anuyen1
For the scheduled flow this should be the trigger condition
@and(and(greaterOrEquals( dayOfMonth(utcNow()),15),not(equals(mod(dayOfMonth(utcnow()),2),0))),lessOrEquals( dayOfMonth(utcNow()),30))
Trigger Conditions
https://www.youtube.com/watch?v=j-gP-E6CCE4
--------------------------------------------------------------------------------
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.