Hello all,
I would like to get the calendar events from a meeting room and save them into a sharepoint list. I have a "REST call to Graph API" successfully running and I get an output. After the REST Call, I have a parse Json step. This is all working. Now, I would like to extract "subject" and "organizer" for each event in the json object/array and save this values into a sharepoint list.



I am struggling to get these values out of the object/array. I've tried to create a HTML table first. When I add Create HTML step I get an error:

Could someone give me a hint what I need to check to get the values out of the parse json?
Thanks in advance
Kay