I was having trouble following the path as I believe you started with a different template (using the hotel and weather template) vs the one I was using so things weren't lining up. I've tried to take some of the concepts you mentioned and I've gotten myself to a point where I am pulling in the correct values, but my header for the email is changing the "AttendeeType" in the Iterate Through Each Event section to a different "AttendeeType" value than what was determined in the Apply to Each section early. Any ideas on what is causing this between the correct Compose function output and pulling in the wrong inputs in the Set Header?
1. I initialized the value: AttendeeType

2. In the Apply to each section of Get Calendar View of Events (v2), I added a condition to set AttendeeType to either Required or Optional.

3. In the Apply to each section of Get Calendar View of Events (v2), I pulled in the AttendeeType value into my Append to array variable for CalendarObjects

I can see this section working and pulling the correct values from my calendar.

4. I composed my CalendarObjects

I can see the compose function works properly as the inputs and outputs still are correct.

5. In the Iterate Through Each Event of the Compose outputs, I set the header with my variable AttendeeType.

This is the point where the AttendeeType field goes awry. Despite the compose output being correct, the set Header input is incorrect and all the AttendeeType fields are converted to "Optional" with an "Optional" output.

This ultimately makes my email incorrectly state that the AttendeeType is Optional vs Required.
