Hello Everyone,
I am attempting to have Flows read and email and then add a Calendar event. I have (finally) got it to work......
the next step is if the email has multiple entries. I want flows to add each entry into the calendar. my data is:
=====================
Subject: (*CaseName) <Event>, <Date> @ <Time>, <Color>
Event: <Event>
Date: <Date>
Time: <Time>
Duration: <Duration>
Department: <Dept>
Location: <Location>
Notes: <Notes>
<EndEvent>
=========================
so the above (between the ===========) would be duplicated x number of times.
i tried the split command
split(body('Html_to_text'), 'Subject:')
and then the Apply to each command
but it only adds the first data set to the calendar.
Help please?
Thanks.