web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / selectedDaysOfWeek in ...
Power Automate
Suggested Answer

selectedDaysOfWeek in Update event (V4)

(0) ShareShare
ReportReport
Posted on by
For certain newly-created events, I'm trying to automatically set the status to "free" ("item/showAs": "free") and turn off reminders ("item/isReminderOn": false).
 
This is working, however for any recurring events with multiple days of week, this process removes that feature. For example, if I set a recurring event on Tuesdays and Thursdays, this process successfully shows as free and turns off the reminder, but also removes all Thursday instances and keeps Tuesday only.
 
It seems as though there is no Dynamic Content from the input process (When a new event is created (V3)) that I can use to preserve the recurring days of week. I tried @{triggerOutputs()?['body/selectedDaysOfWeek']}, but it doesn't do anything.
 
If you know of a solution, please let me know!
 
Here's my code for the Update event (V4) process:
{
  "type": "OpenApiConnection",
  "inputs": {
    "parameters": {
      "table": "(a long alphanumeric string, removed before posting to save space)",
      "id": "@triggerOutputs()?['body/id']",
      "item/subject": "@triggerOutputs()?['body/subject']",
      "item/start": "@triggerOutputs()?['body/start']",
      "item/end": "@triggerOutputs()?['body/end']",
      "item/timeZone": "@triggerOutputs()?['body/timeZone']",
      "item/requiredAttendees": "@triggerOutputs()?['body/requiredAttendees']",
      "item/optionalAttendees": "@triggerOutputs()?['body/optionalAttendees']",
      "item/resourceAttendees": "@triggerOutputs()?['body/resourceAttendees']",
      "item/body": "<p class=\"editor-paragraph\">@{triggerOutputs()?['body/body']}</p>",
      "item/categories": "@triggerOutputs()?['body/categories']",
      "item/location": "@triggerOutputs()?['body/location']",
      "item/importance": "@triggerOutputs()?['body/importance']",
      "item/isAllDay": "@triggerOutputs()?['body/isAllDay']",
      "item/recurrence": "@triggerOutputs()?['body/recurrence']",
      "item/selectedDaysOfWeek": "@triggerOutputs()?['body/selectedDaysOfWeek']", <-- This trigger output reference doesn't exist, all others do exist
      "item/recurrenceEnd": "@triggerOutputs()?['body/recurrenceEnd']",
      "item/numberOfOccurences": "@triggerOutputs()?['body/numberOfOccurences']",
      "item/isReminderOn": false,
      "item/showAs": "free",
      "item/responseRequested": "@triggerOutputs()?['body/responseRequested']",
      "item/sensitivity": "@triggerOutputs()?['body/sensitivity']"
    },
    "host": {
      "apiId": "/providers/Microsoft.PowerApps/apis/shared_office365",
      "connection": "shared_office365",
      "operationId": "V4CalendarPatchItem"
    }
  }
}
I have the same question (0)
  • Suggested answer
    CU30121719-0 Profile Picture
    on at

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 377

#2
11manish Profile Picture

11manish 279

#3
David_MA Profile Picture

David_MA 234 Super User 2026 Season 1

Last 30 days Overall leaderboard