servers below should be configured to automatically power on at 6:00 AM the second Wednesday of the month by using the logic apps

nikita tiwari 0 Reputation points
2025-04-16T12:35:30.0466667+00:00

servers below should be configured to automatically power on at 6:00 AM the second Wednesday of the month by using the logic apps..I am doing it first time so wanted to know the steps in the logic app

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,474 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Praveen Kumar Gudipudi 180 Reputation points Microsoft External Staff
    2025-04-16T21:08:16.27+00:00

    Hello @nikita tiwari ,

    You wanted to automatically power on at 6:00 AM the second Wednesday of the month.

    Second Wednesday of the month will come between 8th to 14th.
    So, please follow below instructions:

    1. please configure recurrence trigger to trigger every Wednesday 6 AM.
      User's image
    2. Write condition for 2nd Wednesday.
      User's image

    Please use below expression in the choose value: it will fetch the current day of the month.

    split(formatDateTime(utcNow(), 'dd/MM/yyyy'), '/')[0]
    

    3.Please configure server power on connector under true.
    User's image

    If this answers your query, do click Accept Answer and Yes for "Was this answer helpful." And if you have any further questions, let us know.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.