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)",
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.